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.
Retrieve a webhook endpoint by its ID.
GET /api/v1/widgets/webhook-endpoints/:endpointId
endpointId
string
curl --request GET 'https://payments.bleepay.com/api/v1/widgets/webhook-endpoints/wh_abc123' \ --header 'Authorization: Bearer <business_token>'
id
url
description
events
array
enabled
boolean
createdAt
updatedAt
{ "id": "wh_abc123", "url": "https://example.com/webhooks/bleepay", "description": "Production webhook endpoint", "events": ["deposit.pending", "deposit.confirmed", "deposit.expired"], "enabled": true, "createdAt": "2026-06-09T12:00:00.000Z", "updatedAt": "2026-06-09T12:00:00.000Z" }
Was this page helpful?