Cliniko-PUBLIC
Number of APIs: 45
This is a community led Qodex collection for the Cliniko API.
For base URLs and shards please read :
https://docs.api.cliniko.com/developer-portal/guides/urls/
For authentication, the username is the API key for a particular user. For indepth info please read:
https://docs.api.cliniko.com/developer-portal/#authentication
Checkout the API docs here:
https://docs.api.cliniko.com/openapi/reference/tag/Group-Appointment/
-
Examples - List atendees for multiple appointments GET https://api.{{shard}}.cliniko.com/v1/attendees?q[]appointment_id=1,2,3,4,5,6
-
Examples - Did not arrive GET https://api.{{shard}}.cliniko.com/v1/appointments?q[]=cancelled_at:?
-
Basic Tests - 1. List businesses and set id GET https://api.{{shard}}.cliniko.com/v1/businesses
-
Basic Tests - 2. List appointment types and set id GET https://api.{{shard}}.cliniko.com/v1/appointment_types
-
Basic Tests - 3. List practitioners and set id GET https://api.{{shard}}.cliniko.com/v1/practitioners
-
Basic Tests - 4. List patients and set id GET https://api.{{shard}}.cliniko.com/v1/patients
-
Basic Tests - 5. Create individual appointment for patient POST https://api.{{shard}}.cliniko.com/v1/individual_appointments
-
Appointment Type - Create appointment type POST https://api.{{shard}}.cliniko.com/v1/appointment_types
-
Appointment Type - Archive appointment type POST https://api.{{shard}}.cliniko.com/v1/appointment_types/{{appointment_type_id}}/archive
-
Appointment Type - Update appointment type PATCH https://api.{{shard}}.cliniko.com/v1/appointment_types