Authorization
Authorization is performed by sending two headers:
X-Process-Key – The public key, that can be obtained from the user's account
X-Process-Signature – POST body, signed by the secret key HMAC-SHA512, the secret key is also obtained from the user's account
See the example below:
All the requests need to use the following format in the header:
If you need to compare the validity of the signature that you have generated, please check it with our example.
Enter the data below:
And check if your result is the same as our outcome:
Last updated
Was this helpful?