List subscribable event types.
GET/webhook_events
Returns every event type a webhook subscription can ask for, with the object its ids refer to and how long events of that type are batched before being sent. Use the event_type values in event_types when creating or updating a subscription.
Responses
- 200
- 401
- 429
Array of subscribable event types.
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.