An API Key is required to access some N3 endpoints to pull analytical data from the platform. Pay attention to the authorization information for endpoints.

About our API

We maintain an OpenAPI spec of our API - See: OpenAPI Specification. If you are thinking of integrating our API with your service, we recommend using the following OpenAPI specification.

N3 Endpoints

Get in touch to request the OpenAPI specification file.

Authentication

Personal API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security": [
  {
    "bearerAuth": []
  }
]
Analytical API endpoints are authorised using an API KEY in the header of requests. This key will be subject to rate limits and fair usage.
X-API-KEY: <your key>