Example Request
Example Response
Webhook Notifications
When patient processing is complete, we will send a webhook to your registered endpoint. Here are examples of what those webhook payloads will look like:Success
Failure Examples
Thepatient.failed
webhook event includes a failure_reason
and may contain additional fields in the data
object depending on the cause of the failure.
Duplicate Patient:
Patient creation is asynchronous. Store the returned patient_id and listen for webhooks to determine the final status.
Authorizations
Body
application/json
Available options:
male
, female
, unknown
Available options:
primary
, secondary
, tertiary
Available options:
self
Whether to check insurance eligibility for the patient
Available options:
true
, false