Skip to main content
POST
Create appointment response

Authorizations

x-api-key
string
header
required

Your ClinikAPI secret key (clk_live_* or clk_test_*)

Body

application/json
appointmentId
string
required

The appointment this response relates to

participantStatus
enum<string>
required
Available options:
accepted,
declined,
tentative,
needs-action
actorId
string

The participant (Patient, Practitioner, etc.)

participantType
string

Role of participant in the appointment

start
string<date-time>

Proposed new start time

end
string<date-time>

Proposed new end time

comment
string
Maximum string length: 2000

Response

201

Appointment response created