Authorisation
Introduction
Our APIs use three types of endpoints. Each type has its own access level, authorisation token and authorisation process. The type you use depends on the data the endpoint provides.
Endpoint types and tokens
Use the table to identify the correct token for each endpoint access type.
| Endpoint access level | Required authorisation token |
|---|---|
| Open access | No token |
| Application-restricted |
OAuth 2.0 access_tokenGenerated using OAuth 2.0 Client Credentials Grant Using server_token is now deprecated.
|
| User-restricted |
OAuth 2.0 access_tokenGenerated using OAuth 2.0 Authorization Code Grant |