Profiles
Get Profile
Retrieve a patient profile by ID
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
Unique identifier (UUID) of the profile to retrieve.
Response
On success, the API returns200 OK with the profile.
Unique profile identifier (UUID).
Profile handle or username. May be
null.First name. May be
null.Last name. May be
null.Email address. May be
null.Phone number in E.164 format. May be
null.Biological sex per ISO/IEC 5218 (
1 = male, 2 = female). May be null.Date of birth in
YYYY-MM-DD format. May be null.Height in centimeters. May be
null.Weight in kilograms. May be
null.Preferred language (
en, de, or fi).ISO 8601 timestamp of when the profile was created.
ISO 8601 timestamp of the last update. May be
null.Error responses
| Status | Description |
|---|---|
400 | Invalid ID format — the provided value is not a valid UUID. |
403 | Forbidden — your API key does not have access to this operation or the profile is outside your access context. |
404 | Profile not found. |
500 | Internal server error. |