Skip to content
--- aside: false outline: false ---

Customer lookup

POST
/booking-flow/{clientId}/customer-lookup

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

clientId*
Type
string
Required
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"
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI