Authorization
Authorization is done via sending two headers:
X-Processing-Key – The public key, that can be obtained from user's account
X-Processing-Signature – POST body, signed by the secret key HMAC-SHA512, secret key is also obtained from user's account
See example below in PHP language
Last updated