Webhook types

Retrieve all available webhook event types that can be used when creating or updating a subscription.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Use this endpoint to list every webhook event type supported by the platform. Each type defines a category of events your endpoint will receive when subscribed.

When to use this endpoint

  • Looking up the type_id required when creating a new webhook via Create webhook
  • Building a selector UI that lets users choose which events to subscribe to
  • Verifying which event categories are available before configuring integrations
  • Documenting your integration's supported event types

Considerations

  • The response includes the type id, name, and description for each event category
  • Use the returned id as the type_id parameter when creating or updating webhooks
  • See the Webhooks overview for detailed payload examples and the comparison matrix between v1 and v2 types

Related endpoints

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json