Skip to main content
GET
Retrieve a single patient profile by its UUID. Use this endpoint to look up demographic data or verify that a profile exists before scheduling an appointment.

Request

Path parameters

string
required
Unique identifier (UUID) of the profile to retrieve.

Response

On success, the API returns 200 OK with the profile.
string
required
Unique profile identifier (UUID).
string
Profile handle or username. May be null.
string
First name. May be null.
string
Last name. May be null.
string
Email address. May be null.
string
Phone number in E.164 format. May be null.
integer
Biological sex per ISO/IEC 5218 (0 = unknown, 1 = male, 2 = female). May be null.
string
Date of birth in YYYY-MM-DD format. May be null.
number
Height in centimeters. May be null.
number
Weight in kilograms. May be null.
string
Preferred language (en, de, or fi).
boolean
Whether this profile receives transactional (programmatic) emails. null when never set.
string
ISO 8601 timestamp of when the profile was created.
string
ISO 8601 timestamp of the last update. May be null.

Error responses