Webhook sign check

Using our subscriptions, you can implement signature verification of responses.
The necessary data is contained in the following headers:

KeyValue
SignThe HEX-encoded signature (see below).
KeyPublic key used for identification

The secret key for webhook sign encryption is contained in the successful response body for the methods.

Change Webhook

Create Webhook

Get list of Webhook Subscriptions

Using the principle and examples from the article Get started with API you can encrypt the request body and compare the resulting hash with the corresponding header.

If there is a need to regenerate keys for signing webhooks, then you can use the following method

Regenerate Webhook Api keys