Skip to main content
POST
Enroll (or create) a patient in a protocol

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
phone
string
required

Phone in E.164 format.

first_name
string
required
last_name
string
required
protocol_key
string

Provide protocol_key or protocol_version_id (exactly one).

protocol_version_id
string<uuid>
version
integer

Optional, together with protocol_key.

language
string

BCP-47 tag (e.g. es, en).

preferred_timezone
string

IANA time zone.

started_at
string<date-time>
freq_config
object

Partial override of the scheduling.

custom_variable_values
object

Response

Enrollment created

data
object