Bearer header on every subsequent Dashboard API request.
Endpoint
Request body
The email address registered to your Dashboard account.
The password for your Dashboard account.
Example request
Response
A successful request returns an access token, a refresh token, and the authenticated user’s details.Response fields
Short-lived JWT access token. Use this on all authenticated Dashboard API requests.
Long-lived refresh token. Exchange this for a new access token using the Refresh Token endpoint when the access token expires.
Unique identifier for the authenticated user.
Email address of the authenticated user.
Role assigned to the user. Possible values:
ADMIN, INITIATOR, REVIEWER, AUTHORIZER.Pass the
access token as Authorization: Bearer <access> on all subsequent Dashboard API requests. When the access token expires, use the Refresh Token endpoint to obtain a new one without requiring the user to log in again.