Authorisation

Introduction

Our APIs have 3 types of endpoint. Each endpoint has its own:

  • access level
  • authorisation token
  • authorisation procedure

These are dependent on the data that's served.

Endpoint types and their required tokens
Endpoint access level Required authorisation token
Open access No token
Application-restricted OAuth 2.0 access_token
Generated using OAuth 2.0 Client Credentials Grant

Using server_token is now deprecated.
User-restricted OAuth 2.0 access_token
Generated using OAuth 2.0 Authorization Code Grant