Widget
Lookup a client by email or phone (for existing client booking flow)
post/public/widget/clients/lookup
Request body
Response
OK
Example response
{
"patients": [
{
"species": "Cat",
"breed": "Siamese",
"sex": "Male"
}
]
}