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