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
pageintegerOptionalExample:
Page number
1per_pageinteger · max: 100OptionalExample:
Items per page (max 100)
25sortstringOptionalExample:
Sort field (prefix with - for descending)
-created_atResponses
200
Successful response with paginated list
application/json
401
Unauthorized - Authentication is required or has failed
application/json
403
Forbidden - You do not have permission to access this resource
application/json
500
Internal Server Error - An unexpected error occurred
application/json
get
/v2/webhook-event-types/Last updated