Appearance
--- aside: false outline: false --- Powered by VitePress OpenAPI
Customer lookup
POST
/booking-flow/{clientId}/customer-lookup
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
clientId*
Type
Requiredstring
Pattern
"^cl_"Request Body
application/json
JSON "phone": "string", "nameSearch": "string"
{
}
Responses
Customer lookup result
application/json
JSON "customers": [ { "id": "string", "createdAt": "string", "updatedAt": "string", "client": "string", "firstName": "string", "lastName": "string", "email": "string", "extId": "string", "phone": "string" } ]
{
}