Reference
//
List business customers
Returns customers associated with the business. By default returns only ACTIVE customers; pass ?status=DELETED to list soft-deleted customers or ?status=ALL to list both populations.
Security
oauth2ClientCredentials(Required scopes: customers:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/customers
- Productionhttps://api.boyahq.com/v2/customers
- Sandboxhttps://sandbox.api.boyahq.com/v2/customers
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/customers?page=1&limit=50&status=ACTIVE' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string'