<- Webhook Subscriptions API

Webhook Subscriptions API

List webhook event types

GET

 /v2/webhooks/event-types

Lists all webhook event types that can be subscribed to.

Try in API Explorer
Link to section

Query parameters

Example code

Link to section

api_version

string

The API version for which to list event types. Setting this field overrides the default version used by the application.

Link to section

Response fields

Link to section

errors

Information on errors encountered during the request.

Link to section

event_types

string [ ]

The list of event types.

Link to section

metadata

Contains the metadata of a webhook event type. For more information, see EventTypeMetadata.