Skip to main content
webhooks:read The webhooks:read scope provides read-only access to your webhook subscriptions and their delivery history. Use this to monitor your configured webhooks, check delivery status, and troubleshoot failed deliveries.

Endpoints


List webhook subscriptions

Returns all webhook subscriptions for your site.

Example

Response — 200 OK

Status codes


Get delivery logs

Returns recent delivery attempts for a specific webhook subscription. Use this to check delivery status, response codes, and retry schedules.

Path parameters

Query parameters

Example

Response — 200 OK

Deliveries with a non-null next_retry_at are still being retried. If delivered_at is null and next_retry_at is also null, the delivery has permanently failed after exhausting all retry attempts.

Status codes


Error response — Missing scope

If your API key does not include webhooks:read, any request to these endpoints returns:
Last modified on February 19, 2026