Reference
/- Reactivate a soft-deleted customer by ID
List business customers
Create a customer
Get a customer by ID
Update a customer by ID
Soft-delete a customer by ID
Search active customers
Reactivate a soft-deleted...
Flips a soft-deleted customer back to ACTIVE. Idempotent: calling on an already-active customer is a no-op.
Security
oauth2ClientCredentials(Required scopes: customers:write)
- Mock serverhttps://developer.boyahq.com/_mock/v2/openapi/customers/{id}/reactivate
- Productionhttps://api.boyahq.com/v2/customers/{id}/reactivate
- Sandboxhttps://sandbox.api.boyahq.com/v2/customers/{id}/reactivate
curl -i -X PATCH \
https://developer.boyahq.com/_mock/v2/openapi/customers/64f4205154a6357a7f85f656/reactivate \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'business_id: string'