v2

latestOpenAPI 3.1.12026-08-078549932.4 MB
Widget

Lookup a client by email or phone (for existing client booking flow)

post/public/widget/clients/lookup

Request body

clinicIdstring required
emailstring nullable
phonestring nullable

Response

OK

foundboolean
clientIdstring nullable
clientNamestring nullable
clientEmailstring nullable
clientPhonestring nullable

Example response

{
  "patients": [
    {
      "species": "Cat",
      "breed": "Siamese",
      "sex": "Male"
    }
  ]
}