Introduction
- To get started with our APIs, use the endpoint below to generate an Access Token with your API credentials.
- The access token is a Bearer token to be included in the Authorization Header of all API requests.
- Multiple tokens may be generated, each valid for 15 minutes or 900 seconds.
Endpoint
NoteGenerate another access token when it expires, signaled by a
401 Unauthorized HTTP status codeParameters
| Parameter | Description |
|---|---|
client_id | Set up your API credentials through our Developer Portal |
client_secret | Set up your API credentials through our Developer Portal |
grant_type | Must be client_credentials or authorization_code |
Generate an Access Token
- This endpoint generates a new access token using your API credentials
Sample Request
Sample Response
What’s Next