Getting your credentials

If you have followed the documentation in order you should already have your credentials. If not you can get your credentials by clicking here.

Authentication header

You need to send your credentials in the header of every API call sent. You will need to include the “Client ID”, “API Key” and “API Password”. These need to be sent via the header with the correct key names which can be found below:

CredentialsKey
Client IDCLIENT-ID
API KeyAPI-KEY
API PasswordAPI-PASSWORD
'CLIENT-ID: {Your Client ID}',
'API-KEY: {Your API Key}',
'API-PASSWORD: {Your API Password}'