Reference
//
Get a customer by ID
Fetches a single customer document by its MongoDB ObjectId.
Security
oauth2ClientCredentials(Required scopes: customers:read)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/customers/{id}
- Productionhttps://api.boyahq.com/v2/customers/{id}
- Sandboxhttps://sandbox.api.boyahq.com/v2/customers/{id}
curl -i -X GET \
https://developer.boyahq.com/_mock/v2/openapi/customers/64f4205154a6357a7f85f656 \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string'