Authorisation and Headers

The API uses HTTP Basic Auth for authenticating requests. A username and password will be provided to you. You will need to set the ‘Authorization’ header in the following format.

Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQxXYZ=

You will need a username and password (API Static Token) and have the authorization header set to be able to communicate with the api.

Where a request body is set, the body must be in valid json format and all requests must have the following headers set:

Header

Value

Header

Value

Content-Type

application/json

Example ‘Postman’ setup showing GET request and ‘Authorization’ setup (Basic Auth).