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 businesses for the authenticated user.
GET /api/v1/businesses/
curl --request GET 'https://payments.bleepay.com/api/v1/businesses/' \ --header 'Authorization: Bearer <user_token>'
[ { "id": "biz_abc123", "name": "Acme Corporation", "status": "ACTIVE", "createdAt": "2026-06-09T12:00:00.000Z" } ]
Was this page helpful?