Webhooks
Create a webhook
Create a webhook using the values provided in the parameters. The webhook enables the recipient to receive notifications via email and callback url when selected events occur.
POST
Create a webhook
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Unix epoch timestamp Unix timestamp (seconds)
Example:
1619740800
Refer to checksum calculation
Body
application/json
This is webhook schema
Response
200
application/json
Successful response
This is webhook schema
Create a webhook