A webhook endpoint.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
created_at |
date | ✔️ | Creation timestamp of the object. | |
modified_at |
date | ✔️ | Last modification timestamp of the object. | |
id |
str | ✔️ | The ID of the object. | |
url |
str | ✔️ | The URL where the webhook events will be sent. | https://webhook.site/cb791d80-f26e-4f8c-be88-6e56054192b0 |
name |
OptionalNullable[str] | ➖ | An optional name for the webhook endpoint to help organize and identify it. | |
format_ |
models.WebhookFormat | ✔️ | N/A | |
secret |
str | ✔️ | The secret used to sign the webhook events. | polar_whs_ovyN6cPrTv56AApvzCaJno08SSmGJmgbWilb33N2JuK |
organization_id |
str | ✔️ | The organization ID associated with the webhook endpoint. | |
events |
List[models.WebhookEventType] | ✔️ | The events that will trigger the webhook. | |
enabled |
bool | ✔️ | Whether the webhook endpoint is enabled and will receive events. |