Exchange your client credentials for a short-lived access token. Send the token as a Bearer token on every subsequent request.
| Field | Type | Req | Description |
|---|---|---|---|
clientId | string | ● | Your API key identifier. |
clientSecret | string | ● | The secret half of your credential pair. |
A token envelope containing accessToken, tokenType, and expiresIn. See the example response in the panel.