| Field | Description |
|---|---|
| Status | The status of the webhook. |
| Callback URL | The webhook URL to receive the data. |
| Events | The events you wish to receive. |
| Webhook Sent (This Month) | The total count for webhook sent out this month to your callback URL. |
| Failed Count | The total count for webhook sent out that failed this month. |
{
"event": "string",
"data": {
...
}
}| Field | Description |
|---|---|
| event | The event type of the webhook you have subscribed to. |
| data | The data in the webhook, depending on the event type. Refer to the respective webhook documentation. |