<- Events API

Events API

List event typesBeta

GET

 /v2/events/types

Lists all event types that you can subscribe to as webhooks or query using the Events API.

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