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
Example
Response — 200 OK
Status codes
Get delivery logs
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 includewebhooks:read, any request to these endpoints returns:
