List webhook subscriptions.
GET/webhooks
Returns the webhook subscriptions belonging to the authenticated user, most recently created first. Signing secrets are not included — they are only available when a subscription is created or its secret is rotated.
Responses
- 200
- 401
- 429
Array of the user's webhook subscriptions.
API key authorization failed.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.