Authentication

How to authenticate your requests to our API.

In order to use our API, you need to get your x-auth-key and x-client-id first.

How to get x-client-id and x-auth-key

You can access API Keys to copy x-client-id and x-auth-key.

Do not show your x-auth-key to anyone else. If someone gains the access ot your x-auth-key, they can use your account as if they had your password. You can click on the Reset button to get a new one and invalidate the old one for security reasons.

Authentication

Generate a signature based on HMAC-SHA256 algorithm through the x-auth-key and x-client-id to ensure the integrity and security of the request. The request body and a timestamp can be signed to prevent replay attacks.

Example signature instance.

Example signature method.

Example data to be sorted by field

Example request

replace you auth-key with your actual API ID and API Key.

Last updated