Webhook Event Types

Available webhook event types

List webhook-event-types

get

Retrieve a paginated list of webhook-event-types

Authorizations
AuthorizationstringRequired

Account API key authentication. Pass your API key as a Bearer token in the Authorization header. Grants full access to all endpoints — equivalent to all OAuth scopes.

Query parameters
pageintegerOptional

Page number

Example: 1
per_pageinteger · max: 100Optional

Items per page (max 100)

Example: 25
sortstringOptional

Sort field (prefix with - for descending)

Example: -created_at
Responses
chevron-right
200

Successful response with paginated list

application/json
get
/v2/webhook-event-types/

Last updated