Webhooks
Using webhooks

Receive webhooks

2min

API publishers can receive webhook requests when certain Events occur. A typical webhook request uses the following format. All fields are required. The data field contains the actual payload, while the other fields provide supplementary information to help with identification and security.

All time values are in the Coordinated Universal Time (UTC) time zone.

Payload format

Below is a general example of a payload format for receiving webhooks.

JS