Exchange credentials for a JWT

View as Markdown

Request

This endpoint expects an object.
grant_typeenumRequired
Allowed values:
client_idstringRequired
client_secretstringRequiredformat: "password"

Response

Token issued
access_tokenstring
token_typeenum
Allowed values:
expires_ininteger
Seconds until expiry
scopestring

Space-separated permissions

Errors

401
Unauthorized Error
429
Too Many Requests Error