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/

  1. Examples - List atendees for multiple appointments GET https://api.{{shard}}.cliniko.com/v1/attendees?q[]appointment_id=1,2,3,4,5,6

  2. Examples - Did not arrive GET https://api.{{shard}}.cliniko.com/v1/appointments?q[]=cancelled_at:?

  3. Basic Tests - 1. List businesses and set id GET https://api.{{shard}}.cliniko.com/v1/businesses

  4. Basic Tests - 2. List appointment types and set id GET https://api.{{shard}}.cliniko.com/v1/appointment_types

  5. Basic Tests - 3. List practitioners and set id GET https://api.{{shard}}.cliniko.com/v1/practitioners

  6. Basic Tests - 4. List patients and set id GET https://api.{{shard}}.cliniko.com/v1/patients

  7. Basic Tests - 5. Create individual appointment for patient POST https://api.{{shard}}.cliniko.com/v1/individual_appointments

  8. Appointment Type - Create appointment type POST https://api.{{shard}}.cliniko.com/v1/appointment_types

  9. Appointment Type - Archive appointment type POST https://api.{{shard}}.cliniko.com/v1/appointment_types/{{appointment_type_id}}/archive

  10. Appointment Type - Update appointment type PATCH https://api.{{shard}}.cliniko.com/v1/appointment_types