Authorization
To create request to our api you must set credentials header, that should be base64 encoded representation of apiKey:apiSecret. ApiKey and apiSecret you will get from our team.
For example you have next credentials:
Node.js example:
Last updated