Skip to main content
If there is an inbound call, this end point will tell us whether the patient is new or existing. We can take data from patient. That data will be used further for appointmnet scheduling or finding an appointment of a patient.

GET api/v1/ai_voice/organizations/597/patients/search

This endpoint retrieves the patient who is calling Practice if already existing in TC database. This will be necessary for avoiding duplication of patients while scheduling an appointment. We can search the patient with fewer attributes also but data or birth and phone_number will be mandatory. The id returned will be sent in finding appointments.

Parameters

Response

The response will be used for appointment scheduling etc.
  • Content-Type: application/json