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 widgets for a business.
GET /api/v1/widgets
limit
integer
offset
since
until
curl --request GET 'https://payments.bleepay.com/api/v1/widgets' \ --header 'Authorization: Bearer <business_token>'
[ { "id": "wdgt_abc", "name": "Checkout Widget", "mode": "CUSTOMER_AMOUNT", "enabled": true, "createdAt": "2026-06-09T12:00:00.000Z" } ]
Was this page helpful?