All webhooks available

List all webhook subscriptions registered under your account, optionally filtered by active status.

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

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 active query parameter to filter: 1 returns only active webhooks, 0 returns only inactive ones; omitting the parameter returns all
  • The type field indicates the event category — use Webhook types to see all available types
  • The webhook id can be used with Update webhook to modify configuration

Related endpoints

Query Params
integer
enum

Filter by active status

Allowed:
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