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 widget by its ID.
GET /api/v1/widgets/:widgetId
widgetId
string
curl --request GET 'https://payments.bleepay.com/api/v1/widgets/wdgt_abc' \ --header 'Authorization: Bearer <business_token>'
{ "id": "wdgt_abc", "name": "Checkout Widget", "mode": "CUSTOMER_AMOUNT", "minAmount": "1", "maxAmount": "1000", "allowedNetworks": ["polygon", "ethereum"], "allowedCurrencies": ["USDC", "EURC"], "enabled": true, "createdAt": "2026-06-09T12:00:00.000Z", "updatedAt": "2026-06-09T12:00:00.000Z" }
Was this page helpful?