πAuthentication
API Tokens in action
X-Token-API-Id - Identifier of the token (started with TKN- prefix)
X-Token-API-Secret - Token secretX-Token-API-Id - Identifier of the token (started with TKN- prefix)
X-HMAC-SHA256-Signature - HMAC Signature
X-Salt - Salt (nonce)Python Example
Secret token GET example
HmacSHA256 GET example
HmacSHA256 POST example
Last updated