Auth
Refresh Token
Exchange a valid refresh token for a new access token to maintain an active session without requiring the user to re-authenticate.
POST
Request Body
token
(string) - The refresh token issued during the initial authentication process. Used to obtain a new access token without requiring the user to sign in again.
Example Request
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
API versioning is required. Include the header X-API-Version
with current version value in all requests.
Example:
"v1"
Body
application/json