Request
GET https://api.clinikapi.com/v1/appointments/{id}
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Path Parameters
The appointment ID to retrieve.
Response
Returns200 OK with the appointment resource.
Appointment ID.
Current appointment status.
Patient ID.
Practitioner ID, if assigned.
Start time in ISO 8601 format.
End time in ISO 8601 format.
Duration in minutes.
Service type.
Patient preparation instructions.
Standard response metadata.