Skip to main content

List available events

GET 

/webhooks-event-types

Lists available events to which any webhook can subscribe. For a list of supported events, see Webhook event names.

Responses

A successful request returns the HTTP 200 OK status code and a JSON response body that lists available events to which any webhook can subscribe.

Schema

    event_types object[]

    An array of webhook events.

Loading...