Headers

In all requests for all actions (except ping action) two headers will be sent:

AttributeDescription

timestamp

The unix time stamp

signature

Signature of incoming request body and secret key (HMAC)

By checking signature in request you may confirm that the webhook came from us.

Detailed info about how to calculate signature may be found on Signature page.

Last updated