Skip to main content
GET
Requires manage webhooks permission (Owner / Admin). Members and Viewers get 403. Signing secrets are omitted. Use GET /webhooks/{webhook} to read a secret.

Response

Plain array of webhook objects.
string
Webhook UUID.
string
Public URL that receives signed POSTs.
array
Subscribed event names. One or more of post.created, post.scheduled, post.unscheduled, post.published, post.partially_published, post.failed, post.deleted. There is no publishing event.
string
enabled, disabled, or paused.
string
ISO 8601 timestamp of the last successful delivery. null if none.
string
ISO 8601 timestamp when TryPost last paused the webhook. null until the first pause, and cleared when you set status back to enabled. Disabling a paused webhook leaves this value set.
integer
Failed deliveries since the last success. Pauses at 5.
string
ISO 8601 creation timestamp.
string
ISO 8601 last-update timestamp.