Skip to main content
GET
Get a patient by ID

Authorizations

Authorization
string
header
required

API key passed as a Bearer token

Path Parameters

patient_id
string
required

Response

Successful Response

A single patient. id is the stable public id (sp_...).

id
string
required

Stable public identifier.

Example:

"sp_a1b2c3d4e5f6g7h8"

name
string
required
Example:

"John Doe"

createdAt
string
required

ISO-8601 timestamp when the patient was created.

idCountry
string | null
Example:

"COLOMBIA"

idType
string | null
Example:

"CC"

idValue
string | null
Example:

"1024567890"