Authentication
How to authenticate your requests to our API.
Last updated
How to authenticate your requests to our API.
Last updated
In order to use our API, you need to get your x-auth-key and x-client-id first.
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.
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.
Clear body data without extra Spaces
replace you auth-key with your actual API ID and API Key.