Skip to main content

CreateClientRequest

Request schema for creating a client

emailstringrequired

The client's email address.

first_namestringrequired

The client's first name.

last_namestringrequired

The client's last name.

localestring

The client's locale.

phonestring

The client's phone number (E.164 format).

reference_idstring

The client's external reference identifier.

time_zonestringrequired

The client's time zone (IANA format).

CreateClientRequest
{
"email": "john.smith@tendermedical.com",
"first_name": "John",
"last_name": "Smith",
"locale": "en",
"phone": "+15551234567",
"reference_id": "your-reference-id",
"time_zone": "America/New_York"
}