Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
API users are provided with an API key and secret. Please contact us for prices.
Authentication is handled using HTTP Basic Authentication:
where 'xxxxx' is the result of base64 encoding the api key and secret.
Most programming languages will have a library to handle this. For example, in Python the library can make an authenticated request by doing:
If you have any problems with authentication in your chosen language, please contact us for assistance.