Skip to main content

Access token (2.0.0)

Download OpenAPI specification:Download

The Access Token API is for requesting an access token, which is a JWT (JSON Web Token).

There are two endpoints:

  1. POST:/accesstoken/get: (Standard authentication) Used by most APIs, and has been in use for several years.
  2. POST:/miami/v1/token: (Specialized authentication) for limited, specialized use.

For POST:/accesstoken/get: The access token must be provided in all API requests, together with the subscription key. The access token is valid for 1 hour in the test environment and 24 hours in the production environment.

For POST:/miami/v1/token: The access token must be provided in all API requests (no subscription key needed). The access token is valid for 15 minutes in both the test environment and the production environment.

See the Access Token API guide for more details.