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
getwebhooks
GET/webhooks
Retrieve a paginated list of all webhook endpoints for your organization. Supports filtering by status.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import mercury from '@utdk/mercury';

await mercury.getwebhooks({
  "limit": 1000,
  "order": "asc"
})