Authentication
All API requests require an access-token in the headers. The token is generated using HMACSHA256, with your {key} as the secret key and your {login} as the message.
access-token = HMACSHA256('{key}', '{login}')access-token: 374edb1201d1b9cf74101aa1f8e14962ee83c611beed65f1e28cbd616e1de8b1Last updated