cURL
Authentication
Get OAuth Token
Exchange client credentials for a JWT access token
POST
cURL
Exchange your client ID and client secret for a JWT access token that can be used to authenticate subsequent API requests.
Token Lifecycle
- Request a token using your client credentials
- Use the token in the
Authorization: Bearer <token>header - Token expires after 60 minutes
- Request a new token before expiration
Example Usage
Body
application/json