get
https://queries-test.envia.com/webhooks
List all webhook subscriptions registered under your account, optionally filtered by active status.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use this endpoint to retrieve every webhook subscription registered under your account. Each webhook object includes its id, type, url, and active status.
When to use this endpoint
- Displaying the webhook configuration dashboard in your application
- Verifying that webhooks are correctly registered before going to production
- Auditing which event subscriptions are currently active or disabled
- Building admin panels that list and manage notification endpoints
Considerations
- Use the optional
activequery parameter to filter:1returns only active webhooks,0returns only inactive ones; omitting the parameter returns all - The
typefield indicates the event category — use Webhook types to see all available types - The webhook
idcan be used with Update webhook to modify configuration
Related endpoints
- Create webhook — register a new subscription
- Webhook types — list all available event types
- Update webhook — change URL, type, or active status
