Reference
//
Search active customers
Full-text search across customer name, phone, and email. Returns up to 10 active matches.
Security
oauth2ClientCredentials(Required scopes: customers:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/customers/search
- Productionhttps://api.boyahq.com/v2/customers/search
- Sandboxhttps://sandbox.api.boyahq.com/v2/customers/search
curl -i -X GET \
'https://developer.boyahq.com/_mock/v2/openapi/customers/search?q=Acme' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string'