Body
string
required
Method used for obtaining a token. For password-based authentication, use “password”.
string
required
The email address associated with the account.
string
required
Password corresponding to the username provided.
Response
string
required
Token that can be used to obtain a new access token when the current one expires.
string
required
Token returned after successful authentication. Use this token for “Authorization” in subsequent requests.
string
Type of token. Commonly “Bearer”.
number
Duration (in seconds) before the token expires.

