Access Token
POST/get-token
This endpoint returns an access token and refresh token for use in subsequent authenticated requests.
Add the access token in the Authorization header of each request. You may pass the token directly or prefix it with Bearer . See Authentication for details and examples.
note
To obtain an API key, please contact us.
Request
Responses
- 200
- 400
- 401
OK
Bad Request. apiKey not provided.
Unauthorized