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