Webhook
You can configure via the API to be notified about events that happen in your account. Most users configure webhooks from the dashboard, which provides a user interface for registering and testing your webhook endpoints.
- createdType: stringFormat: date-time
Time at which the object was created. Measured in seconds since the Unix epoch.
- enabledType: array string[]
_events The list of events to enable for this endpoint.
- idType: stringmax length:100
Unique identifier for the object.
- nameType: stringmax length:5000
The webhook's name.
- secretType: stringmax length:5000
The endpoint's secret, used to generate webhook signatures.
- statusType: stringmax length:5000
The status of the webhook. It can be
enabledordisabled. - urlType: stringmax length:5000
The URL of the webhook endpoint.

