provider Webhooks GET
/webhooks @utdk/mercury
/webhooks Get webhook endpoints
Retrieve a paginated list of all webhook endpoints for your organization. Supports filtering by status.
- status query
- array
- limit query
- integer
- start_after query
- string
- end_before query
- string
- order query
- enum: asc, desc
Try it
Authentication
Configure credentials for Mercury API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import mercury from '@utdk/mercury';
await mercury.getwebhooks({
"limit": 1000,
"order": "asc"
})