Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all webhook endpoints for a business.
GET /api/v1/widgets/webhook-endpoints
limit
integer
offset
since
until
curl --request GET 'https://payments.bleepay.com/api/v1/widgets/webhook-endpoints' \ --header 'Authorization: Bearer <business_token>'
[ { "id": "wh_abc123", "url": "https://example.com/webhooks/bleepay", "description": "Production webhook endpoint", "events": ["deposit.pending", "deposit.confirmed"], "enabled": true, "createdAt": "2026-06-09T12:00:00.000Z" } ]
Was this page helpful?