Skip to main content
The Get Patient endpoint fetches the full record of a single patient using their unique UUID. The response includes all stored contact details, health plan information, WhatsApp consent status, and record timestamps. Use this endpoint whenever you need authoritative, up-to-date data for a specific patient before displaying their profile or booking an appointment on their behalf.

Endpoint

Authentication

Path Parameters

string
required
The UUID of the patient you want to retrieve, e.g. a1b2c3d4-e5f6-7890-abcd-ef1234567890.

Response Fields (200 OK)

string
required
Unique identifier for the patient (UUID v4).
string
required
Identifier of the clinic this patient belongs to. You can only retrieve patients belonging to clinics associated with your API key.
string
required
Patient’s full name.
string
Brazilian individual taxpayer identifier in the format 123.456.789-00, or null if not recorded.
string
Contact phone number in E.164 format, or null if not recorded.
string
Patient’s email address, or null if not recorded.
string
Date of birth in YYYY-MM-DD format, or null if not recorded.
string
Name of the patient’s health insurance plan, or null if not recorded.
boolean
required
true if the patient has opted out of WhatsApp messages from your clinic. Always check this field before sending any WhatsApp communication.
string
required
ISO 8601 UTC timestamp of when the patient record was created.
string
required
ISO 8601 UTC timestamp of when the patient record was last modified.

Error Responses

Example Request

Example Response