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.
- Type: stringFormat: date-time
created Time at which the object was created. Measured in seconds since the Unix epoch.
- Type: array string[]
enabled _events The list of events to enable for this endpoint.
- Type: string
id max length:100Unique identifier for the object.
- Type: string
name max length:5000The webhook's name.
- Type: string
secret max length:5000The endpoint's secret, used to generate webhook signatures.
- Type: string
status max length:5000The status of the webhook. It can be
enabledordisabled. - Type: string
url max length:5000The URL of the webhook endpoint.

