get
https://queries-test.envia.com/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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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_idrequired 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, anddescriptionfor each event category - Use the returned
idas thetype_idparameter when creating or updating webhooks - See the Webhooks overview for detailed payload examples and the comparison matrix between v1 and v2 types
Related endpoints
- Create webhook — register a subscription using a type from this list
- All webhooks available — see your current subscriptions
