Authentication
Authorization: Bearer <token>
Query parameters
grant_typestring · enumRequiredDefault:
Grant type to get access token
passwordPossible values: usernamestringOptional
Username used to login, required if grant_type is password
passwordstringOptional
Password used to login, required if grant_type is password
assertionstringOptional
JWT assertion to get access token, required if grant_type is urn:ietf:params:oauth:grant-type:jwt-bearer
Responses
200
Good case
application/json
400
400 errors
application/json
401
401 errors
application/json
403
403 errors
application/json
404
404 errors
application/json
post
/api/v3/tokenLast updated