{ "opencollection": "1.0.0", "info": { "name": "Akute Health Customer Appointments API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Appointments", "type": "folder" }, "items": [ { "info": { "name": "Search appointments", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/appointments", "params": [ { "name": "patient_id", "value": "", "type": "query" }, { "name": "external_patient_id", "value": "", "type": "query" }, { "name": "practitioner_user_id", "value": "", "type": "query" }, { "name": "start_range", "value": "", "type": "query" }, { "name": "end_range", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "Search appointments" }, { "info": { "name": "Create an appointment", "type": "http" }, "http": { "method": "POST", "url": "https://api.akutehealth.com/v1/appointments", "body": { "type": "json", "data": "{}" } }, "docs": "Create an appointment" }, { "info": { "name": "Get an appointment by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/appointments/:appointment_id", "params": [ { "name": "appointment_id", "value": "", "type": "path" } ] }, "docs": "Get an appointment by id" }, { "info": { "name": "Update an appointment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.akutehealth.com/v1/appointments/:appointment_id", "params": [ { "name": "appointment_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an appointment" }, { "info": { "name": "Cancel/delete an appointment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.akutehealth.com/v1/appointments/:appointment_id", "params": [ { "name": "appointment_id", "value": "", "type": "path" } ] }, "docs": "Cancel/delete an appointment" }, { "info": { "name": "List appointment types", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/appointment_types" }, "docs": "List appointment types" }, { "info": { "name": "Get practitioner availability", "type": "http" }, "http": { "method": "GET", "url": "https://api.akutehealth.com/v1/availability", "params": [ { "name": "user_id", "value": "", "type": "query" }, { "name": "start_time", "value": "", "type": "query" }, { "name": "end_time", "value": "", "type": "query" } ] }, "docs": "Get practitioner availability" } ] } ], "bundled": true }