Token
post
Body
usernamestringRequired
passwordstringRequired
Responses
200
Token Response
application/json
post
/v1/oauth2/token200
Token Response
Was this helpful?
Token Response
Token Response
Was this helpful?
Was this helpful?
POST /v1/oauth2/token HTTP/1.1
Host:
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 37
"username='text'&password='text'"{
"access_token": "text",
"expires_in": 1,
"scope": "text",
"token_type": "text"
}