Authentication / Obtain token
Obtain token
POST/api/v1/auth/obtain/token
Public · credentials in body
Exchange your client credentials for a short-lived access token. Send the token as a Bearer token on every subsequent request.
Body parameters
| Field | Type | Req | Description |
|---|
clientId | string | ● | Your API key identifier. |
clientSecret | string | ● | The secret half of your credential pair. |
Returns
A token envelope containing accessToken, tokenType, and expiresIn. See the example response in the panel.
This endpoint does not require bearer-token authentication. If it returns an access token, the latest sandbox token is saved for this tab.
Requests are proxied through the docs app and never sent to live.
Send a sandbox request to see the response here.