{ "info": { "_postman_id": "d8fbbf49-83d7-46fe-8340-3779cf3e2884", "name": "Scheduling API", "description": "Elation Health API v2.0\n\nContact Support:\n Name: Elation Health", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:34:42.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "lastUpdatedBy": "35240", "uid": "35240-d8fbbf49-83d7-46fe-8340-3779cf3e2884" }, "item": [ { "name": "api", "item": [ { "name": "2.0", "item": [ { "name": "appointment_types", "item": [ { "name": "{id}", "item": [ { "name": "Delete Appointment Type", "id": "eec749d2-b40c-41dd-83d7-27270fbe9bdb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/appointment_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointment_types", ":id", "" ], "variable": [ { "id": "5c261b20-835a-4795-accf-f598acef3de9", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "80e6d820-6c88-4822-a538-5aa8a867ad47", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/appointment_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointment_types", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-80e6d820-6c88-4822-a538-5aa8a867ad47" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-eec749d2-b40c-41dd-83d7-27270fbe9bdb" }, { "name": "Retrieve Appointment Type", "id": "4102ee3d-a74f-4f8f-85b7-69324380676c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/appointment_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointment_types", ":id", "" ], "variable": [ { "id": "7f56f701-3b52-4696-aa70-4869b27852e4", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "3e1abbac-635c-4645-9497-85d6e21713ae", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/appointment_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointment_types", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"default_duration\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"abbreviation\": \"\",\n \"color\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"elation_note_template_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_telehealth\": \"\",\n \"patient_bookable\": \"\",\n \"patient_form_hours_prior\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"sequence\": \"\",\n \"visit_note_format\": \"oneCol.preOp\",\n \"visit_note_templates\": [\n \"\",\n \"\"\n ],\n \"visit_note_type\": \"\"\n}", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-3e1abbac-635c-4645-9497-85d6e21713ae" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-4102ee3d-a74f-4f8f-85b7-69324380676c" }, { "name": "Partially Update Appointment Type", "id": "8e5287f0-0410-4374-ad9a-ecb6437a53bf", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"abbreviation\": \"\",\n \"color\": \"\",\n \"created_date\": \"\",\n \"default_duration\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"elation_note_template_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_telehealth\": \"\",\n \"name\": \"\",\n \"patient_bookable\": \"\",\n \"patient_form_hours_prior\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"practice\": \"\",\n \"sequence\": \"\",\n \"visit_note_format\": \"oneCol.oneField\",\n \"visit_note_templates\": [\n \"\",\n \"\"\n ],\n \"visit_note_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/appointment_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointment_types", ":id", "" ], "variable": [ { "id": "0d9a8971-1580-4cf7-a24d-0b098e2268d8", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "5f7c8f84-6e41-43af-9640-095d28d12368", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"abbreviation\": \"\",\n \"color\": \"\",\n \"created_date\": \"\",\n \"default_duration\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"elation_note_template_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_telehealth\": \"\",\n \"name\": \"\",\n \"patient_bookable\": \"\",\n \"patient_form_hours_prior\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"practice\": \"\",\n \"sequence\": \"\",\n \"visit_note_format\": \"oneCol.oneField\",\n \"visit_note_templates\": [\n \"\",\n \"\"\n ],\n \"visit_note_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/appointment_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointment_types", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"default_duration\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"abbreviation\": \"\",\n \"color\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"elation_note_template_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_telehealth\": \"\",\n \"patient_bookable\": \"\",\n \"patient_form_hours_prior\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"sequence\": \"\",\n \"visit_note_format\": \"oneCol.preOp\",\n \"visit_note_templates\": [\n \"\",\n \"\"\n ],\n \"visit_note_type\": \"\"\n}", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-5f7c8f84-6e41-43af-9640-095d28d12368" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-8e5287f0-0410-4374-ad9a-ecb6437a53bf" }, { "name": "Update Appointment Type", "id": "6c0ed26c-f9b3-4745-968e-4f97d33d5d27", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"default_duration\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"abbreviation\": \"\",\n \"color\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"elation_note_template_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_telehealth\": \"\",\n \"patient_bookable\": \"\",\n \"patient_form_hours_prior\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"sequence\": \"\",\n \"visit_note_format\": \"oneCol.preOp\",\n \"visit_note_templates\": [\n \"\",\n \"\"\n ],\n \"visit_note_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/appointment_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointment_types", ":id", "" ], "variable": [ { "id": "0fa4e0ae-c290-41dc-b081-7563c4e9549e", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "41d046f7-daf2-4c35-b42b-9ae65576c967", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"default_duration\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"abbreviation\": \"\",\n \"color\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"elation_note_template_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_telehealth\": \"\",\n \"patient_bookable\": \"\",\n \"patient_form_hours_prior\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"sequence\": \"\",\n \"visit_note_format\": \"oneCol.preOp\",\n \"visit_note_templates\": [\n \"\",\n \"\"\n ],\n \"visit_note_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/appointment_types/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointment_types", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"default_duration\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"abbreviation\": \"\",\n \"color\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"elation_note_template_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_telehealth\": \"\",\n \"patient_bookable\": \"\",\n \"patient_form_hours_prior\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"sequence\": \"\",\n \"visit_note_format\": \"oneCol.preOp\",\n \"visit_note_templates\": [\n \"\",\n \"\"\n ],\n \"visit_note_type\": \"\"\n}", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-41d046f7-daf2-4c35-b42b-9ae65576c967" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-6c0ed26c-f9b3-4745-968e-4f97d33d5d27" } ], "id": "7d5f727e-ea3d-4c46-8457-988423cee59e", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-7d5f727e-ea3d-4c46-8457-988423cee59e" }, { "name": "List Appointment Types", "id": "d42d3edb-b1bf-48d8-9fe9-64f0c114a9c3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/appointment_types/?limit=&name=,&offset=&order_by=&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointment_types", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "name", "value": "," }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," } ] } }, "response": [ { "id": "728da166-9169-439c-995f-e6b91a4444f2", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/appointment_types/?limit=&name=,&offset=&order_by=&practice=,", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointment_types", "" ], "query": [ { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "name", "value": "," }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"default_duration\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"abbreviation\": \"\",\n \"color\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"elation_note_template_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_telehealth\": \"\",\n \"patient_bookable\": \"\",\n \"patient_form_hours_prior\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"sequence\": \"\",\n \"visit_note_format\": \"note2\",\n \"visit_note_templates\": [\n \"\",\n \"\"\n ],\n \"visit_note_type\": \"\"\n },\n {\n \"default_duration\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"abbreviation\": \"\",\n \"color\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"elation_note_template_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_telehealth\": \"\",\n \"patient_bookable\": \"\",\n \"patient_form_hours_prior\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"sequence\": \"\",\n \"visit_note_format\": \"twoCol.complex2\",\n \"visit_note_templates\": [\n \"\",\n \"\"\n ],\n \"visit_note_type\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-728da166-9169-439c-995f-e6b91a4444f2" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-d42d3edb-b1bf-48d8-9fe9-64f0c114a9c3" }, { "name": "Create Appointment Type", "id": "c86b0f14-fc8b-46fd-8570-7904683247cb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"default_duration\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"abbreviation\": \"\",\n \"color\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"elation_note_template_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_telehealth\": \"\",\n \"patient_bookable\": \"\",\n \"patient_form_hours_prior\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"sequence\": \"\",\n \"visit_note_format\": \"oneCol.preOp\",\n \"visit_note_templates\": [\n \"\",\n \"\"\n ],\n \"visit_note_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/appointment_types/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointment_types", "" ] } }, "response": [ { "id": "0a2bd8a8-9287-4085-96b7-c9c7f215be32", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"default_duration\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"abbreviation\": \"\",\n \"color\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"elation_note_template_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_telehealth\": \"\",\n \"patient_bookable\": \"\",\n \"patient_form_hours_prior\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"sequence\": \"\",\n \"visit_note_format\": \"oneCol.preOp\",\n \"visit_note_templates\": [\n \"\",\n \"\"\n ],\n \"visit_note_type\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/appointment_types/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointment_types", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"default_duration\": \"\",\n \"name\": \"\",\n \"practice\": \"\",\n \"abbreviation\": \"\",\n \"color\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"elation_note_template_ids\": [\n \"\",\n \"\"\n ],\n \"id\": \"\",\n \"is_telehealth\": \"\",\n \"patient_bookable\": \"\",\n \"patient_form_hours_prior\": \"\",\n \"patient_forms\": [\n \"\",\n \"\"\n ],\n \"sequence\": \"\",\n \"visit_note_format\": \"oneCol.preOp\",\n \"visit_note_templates\": [\n \"\",\n \"\"\n ],\n \"visit_note_type\": \"\"\n}", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-0a2bd8a8-9287-4085-96b7-c9c7f215be32" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-c86b0f14-fc8b-46fd-8570-7904683247cb" } ], "id": "83601237-793e-49c0-ae1d-eafb7ed47f20", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-83601237-793e-49c0-ae1d-eafb7ed47f20" }, { "name": "appointments", "item": [ { "name": "rooms", "item": [ { "name": "List Appointment Rooms", "id": "fc3c31dc-4051-4896-b8d9-3ac6b1f9fcbc", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/appointments/rooms/?practice=&practice=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", "rooms", "" ], "query": [ { "description": "The practice ID to filter by.", "key": "practice", "value": "" }, { "description": "The practice ID to filter by.", "key": "practice", "value": "" } ] }, "description": "List the rooms available per practices" }, "response": [ { "id": "a28bb3b6-8197-4cde-b878-55a24b91c5e8", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/appointments/rooms/?practice=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", "rooms", "" ], "query": [ { "description": "The practice ID to filter by.", "key": "practice", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"name\": \"\",\n \"practice\": \"\"\n },\n {\n \"name\": \"\",\n \"practice\": \"\"\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-a28bb3b6-8197-4cde-b878-55a24b91c5e8" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-fc3c31dc-4051-4896-b8d9-3ac6b1f9fcbc" } ], "id": "a16abf82-015a-491e-b22e-3c71b4210d90", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-a16abf82-015a-491e-b22e-3c71b4210d90" }, { "name": "{id}", "item": [ { "name": "Delete Appointment", "id": "9491dfb5-a5a1-420c-8e10-9687ae5e3687", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/appointments/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", ":id", "" ], "variable": [ { "id": "8055cfd0-e6cb-4e45-a832-f3b238efbb95", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "00b9d2f9-dfb4-4054-abe3-56dee984502f", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/appointments/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-00b9d2f9-dfb4-4054-abe3-56dee984502f" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-9491dfb5-a5a1-420c-8e10-9687ae5e3687" }, { "name": "Retrieve Appointment", "id": "d7f9c945-a03e-4b1c-b562-be5814e97bd9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/appointments/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", ":id", "" ], "variable": [ { "id": "3d8ad9ad-274c-43f0-bce3-35247a0d9f46", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "533454c5-2098-4ae9-bd14-908224c46293", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/appointments/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"scheduled_date\": \"\",\n \"appointment_type_id\": \"\",\n \"billing_details\": {\n \"billing_note\": \"\",\n \"prior_authorization\": \"\",\n \"referring_provider\": \"\",\n \"referring_provider_state\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"instructions\": \"\",\n \"is_blocking\": \"\",\n \"last_modified_date\": \"\",\n \"metadata\": null,\n \"mode\": \"VIDEO\",\n \"payment\": {\n \"amount\": \"-288\",\n \"when_collected\": \"\",\n \"appointment\": \"\",\n \"bill\": \"\",\n \"create_date\": \"\",\n \"delete_date\": \"\",\n \"id\": \"\"\n },\n \"reason\": \"\",\n \"recurring_event_schedule\": \"\",\n \"service_location\": null,\n \"status\": {\n \"status\": \"In Room - Vitals Taken\",\n \"room\": \"\",\n \"status_date\": \"\",\n \"status_detail\": \"\"\n },\n \"telehealth_details\": \"\",\n \"time_slot_status\": \"not_avail_for_self_schedule\",\n \"time_slot_type\": \"appointment_slot\",\n \"transportation_details\": {\n \"is_required\": \"\",\n \"notes\": \"\"\n }\n}", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-533454c5-2098-4ae9-bd14-908224c46293" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-d7f9c945-a03e-4b1c-b562-be5814e97bd9" }, { "name": "Partially Update Appointment", "id": "896f3443-6944-4732-9afb-7773b809bd0b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"appointment_type_id\": \"\",\n \"billing_details\": {\n \"billing_note\": \"\",\n \"prior_authorization\": \"\",\n \"referring_provider\": \"\",\n \"referring_provider_state\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"instructions\": \"\",\n \"is_blocking\": \"\",\n \"last_modified_date\": \"\",\n \"metadata\": null,\n \"mode\": \"VIDEO\",\n \"patient\": \"\",\n \"payment\": {\n \"amount\": \"-8.\",\n \"when_collected\": \"\",\n \"appointment\": \"\",\n \"bill\": \"\",\n \"create_date\": \"\",\n \"delete_date\": \"\",\n \"id\": \"\"\n },\n \"physician\": \"\",\n \"practice\": \"\",\n \"reason\": \"\",\n \"recurring_event_schedule\": \"\",\n \"scheduled_date\": \"\",\n \"service_location\": null,\n \"status\": {\n \"status\": \"In Room\",\n \"room\": \"\",\n \"status_date\": \"\",\n \"status_detail\": \"\"\n },\n \"telehealth_details\": \"\",\n \"time_slot_status\": \"not_avail_for_self_schedule\",\n \"time_slot_type\": \"appointment\",\n \"transportation_details\": {\n \"is_required\": \"\",\n \"notes\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/appointments/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", ":id", "" ], "variable": [ { "id": "2cae885e-6b79-4e40-973a-137847c04382", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "6276dcb7-b1fd-4e71-bed8-72e76f275e87", "name": "New Response", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"appointment_type_id\": \"\",\n \"billing_details\": {\n \"billing_note\": \"\",\n \"prior_authorization\": \"\",\n \"referring_provider\": \"\",\n \"referring_provider_state\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"instructions\": \"\",\n \"is_blocking\": \"\",\n \"last_modified_date\": \"\",\n \"metadata\": null,\n \"mode\": \"VIDEO\",\n \"patient\": \"\",\n \"payment\": {\n \"amount\": \"-8.\",\n \"when_collected\": \"\",\n \"appointment\": \"\",\n \"bill\": \"\",\n \"create_date\": \"\",\n \"delete_date\": \"\",\n \"id\": \"\"\n },\n \"physician\": \"\",\n \"practice\": \"\",\n \"reason\": \"\",\n \"recurring_event_schedule\": \"\",\n \"scheduled_date\": \"\",\n \"service_location\": null,\n \"status\": {\n \"status\": \"In Room\",\n \"room\": \"\",\n \"status_date\": \"\",\n \"status_detail\": \"\"\n },\n \"telehealth_details\": \"\",\n \"time_slot_status\": \"not_avail_for_self_schedule\",\n \"time_slot_type\": \"appointment\",\n \"transportation_details\": {\n \"is_required\": \"\",\n \"notes\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/appointments/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"scheduled_date\": \"\",\n \"appointment_type_id\": \"\",\n \"billing_details\": {\n \"billing_note\": \"\",\n \"prior_authorization\": \"\",\n \"referring_provider\": \"\",\n \"referring_provider_state\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"instructions\": \"\",\n \"is_blocking\": \"\",\n \"last_modified_date\": \"\",\n \"metadata\": null,\n \"mode\": \"VIDEO\",\n \"payment\": {\n \"amount\": \"-288\",\n \"when_collected\": \"\",\n \"appointment\": \"\",\n \"bill\": \"\",\n \"create_date\": \"\",\n \"delete_date\": \"\",\n \"id\": \"\"\n },\n \"reason\": \"\",\n \"recurring_event_schedule\": \"\",\n \"service_location\": null,\n \"status\": {\n \"status\": \"In Room - Vitals Taken\",\n \"room\": \"\",\n \"status_date\": \"\",\n \"status_detail\": \"\"\n },\n \"telehealth_details\": \"\",\n \"time_slot_status\": \"not_avail_for_self_schedule\",\n \"time_slot_type\": \"appointment_slot\",\n \"transportation_details\": {\n \"is_required\": \"\",\n \"notes\": \"\"\n }\n}", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-6276dcb7-b1fd-4e71-bed8-72e76f275e87" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-896f3443-6944-4732-9afb-7773b809bd0b" }, { "name": "Update Appointment", "id": "f18239fb-d2fb-4e7d-a646-6b944d5b6fd3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"scheduled_date\": \"\",\n \"appointment_type_id\": \"\",\n \"billing_details\": {\n \"billing_note\": \"\",\n \"prior_authorization\": \"\",\n \"referring_provider\": \"\",\n \"referring_provider_state\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"instructions\": \"\",\n \"is_blocking\": \"\",\n \"last_modified_date\": \"\",\n \"metadata\": null,\n \"mode\": \"VIDEO\",\n \"payment\": {\n \"amount\": \"-288\",\n \"when_collected\": \"\",\n \"appointment\": \"\",\n \"bill\": \"\",\n \"create_date\": \"\",\n \"delete_date\": \"\",\n \"id\": \"\"\n },\n \"reason\": \"\",\n \"recurring_event_schedule\": \"\",\n \"service_location\": null,\n \"status\": {\n \"status\": \"In Room - Vitals Taken\",\n \"room\": \"\",\n \"status_date\": \"\",\n \"status_detail\": \"\"\n },\n \"telehealth_details\": \"\",\n \"time_slot_status\": \"not_avail_for_self_schedule\",\n \"time_slot_type\": \"appointment_slot\",\n \"transportation_details\": {\n \"is_required\": \"\",\n \"notes\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/appointments/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", ":id", "" ], "variable": [ { "id": "43a1bcc3-9639-4fc1-86cd-6eca4b21e18c", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "aba4d838-7fab-4e19-881b-ed4e93fc5a2c", "name": "New Response", "originalRequest": { "method": "PUT", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"scheduled_date\": \"\",\n \"appointment_type_id\": \"\",\n \"billing_details\": {\n \"billing_note\": \"\",\n \"prior_authorization\": \"\",\n \"referring_provider\": \"\",\n \"referring_provider_state\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"instructions\": \"\",\n \"is_blocking\": \"\",\n \"last_modified_date\": \"\",\n \"metadata\": null,\n \"mode\": \"VIDEO\",\n \"payment\": {\n \"amount\": \"-288\",\n \"when_collected\": \"\",\n \"appointment\": \"\",\n \"bill\": \"\",\n \"create_date\": \"\",\n \"delete_date\": \"\",\n \"id\": \"\"\n },\n \"reason\": \"\",\n \"recurring_event_schedule\": \"\",\n \"service_location\": null,\n \"status\": {\n \"status\": \"In Room - Vitals Taken\",\n \"room\": \"\",\n \"status_date\": \"\",\n \"status_detail\": \"\"\n },\n \"telehealth_details\": \"\",\n \"time_slot_status\": \"not_avail_for_self_schedule\",\n \"time_slot_type\": \"appointment_slot\",\n \"transportation_details\": {\n \"is_required\": \"\",\n \"notes\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/appointments/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"scheduled_date\": \"\",\n \"appointment_type_id\": \"\",\n \"billing_details\": {\n \"billing_note\": \"\",\n \"prior_authorization\": \"\",\n \"referring_provider\": \"\",\n \"referring_provider_state\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"instructions\": \"\",\n \"is_blocking\": \"\",\n \"last_modified_date\": \"\",\n \"metadata\": null,\n \"mode\": \"VIDEO\",\n \"payment\": {\n \"amount\": \"-288\",\n \"when_collected\": \"\",\n \"appointment\": \"\",\n \"bill\": \"\",\n \"create_date\": \"\",\n \"delete_date\": \"\",\n \"id\": \"\"\n },\n \"reason\": \"\",\n \"recurring_event_schedule\": \"\",\n \"service_location\": null,\n \"status\": {\n \"status\": \"In Room - Vitals Taken\",\n \"room\": \"\",\n \"status_date\": \"\",\n \"status_detail\": \"\"\n },\n \"telehealth_details\": \"\",\n \"time_slot_status\": \"not_avail_for_self_schedule\",\n \"time_slot_type\": \"appointment_slot\",\n \"transportation_details\": {\n \"is_required\": \"\",\n \"notes\": \"\"\n }\n}", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-aba4d838-7fab-4e19-881b-ed4e93fc5a2c" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-f18239fb-d2fb-4e7d-a646-6b944d5b6fd3" } ], "id": "5f38cbf9-cb1d-4de8-95df-d40647c35d76", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-5f38cbf9-cb1d-4de8-95df-d40647c35d76" }, { "name": "List Appointments", "id": "51addac1-694e-40c1-a8ea-2742d34e8c92", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/appointments/?from_date=&limit=&offset=&order_by=&patient=,&physician=&practice=,&time_slot_type=event&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", "" ], "query": [ { "key": "from_date", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "key": "physician", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "key": "time_slot_type", "value": "event" }, { "key": "to_date", "value": "" } ] } }, "response": [ { "id": "94f3bb56-7ecb-4b41-ae73-cbd5a998ccf6", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/appointments/?from_date=&limit=&offset=&order_by=&patient=,&physician=&practice=,&time_slot_type=event&to_date=", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", "" ], "query": [ { "key": "from_date", "value": "" }, { "description": "Number of results to return per page.", "key": "limit", "value": "" }, { "description": "The initial index from which to return the results.", "key": "offset", "value": "" }, { "description": "Which field to use when ordering the results.", "key": "order_by", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "patient", "value": "," }, { "key": "physician", "value": "" }, { "description": "Multiple values may be separated by commas.", "key": "practice", "value": "," }, { "key": "time_slot_type", "value": "event" }, { "key": "to_date", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"results\": [\n {\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"scheduled_date\": \"\",\n \"appointment_type_id\": \"\",\n \"billing_details\": {\n \"billing_note\": \"\",\n \"prior_authorization\": \"\",\n \"referring_provider\": \"\",\n \"referring_provider_state\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"instructions\": \"\",\n \"is_blocking\": \"\",\n \"last_modified_date\": \"\",\n \"metadata\": null,\n \"mode\": \"IN_PERSON\",\n \"payment\": {\n \"amount\": \"630\",\n \"when_collected\": \"\",\n \"appointment\": \"\",\n \"bill\": \"\",\n \"create_date\": \"\",\n \"delete_date\": \"\",\n \"id\": \"\"\n },\n \"reason\": \"\",\n \"recurring_event_schedule\": \"\",\n \"service_location\": -56561727,\n \"status\": {\n \"status\": \"Checked Out\",\n \"room\": \"\",\n \"status_date\": \"\",\n \"status_detail\": \"\"\n },\n \"telehealth_details\": \"\",\n \"time_slot_status\": \"not_avail_for_self_schedule\",\n \"time_slot_type\": \"appointment_slot\",\n \"transportation_details\": {\n \"is_required\": \"\",\n \"notes\": \"\"\n }\n },\n {\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"scheduled_date\": \"\",\n \"appointment_type_id\": \"\",\n \"billing_details\": {\n \"billing_note\": \"\",\n \"prior_authorization\": \"\",\n \"referring_provider\": \"\",\n \"referring_provider_state\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"instructions\": \"\",\n \"is_blocking\": \"\",\n \"last_modified_date\": \"\",\n \"metadata\": {\n \"data\": {},\n \"object_id\": \"\",\n \"object_web_link\": \"\"\n },\n \"mode\": \"IN_PERSON\",\n \"payment\": {\n \"amount\": \"8585.1\",\n \"when_collected\": \"\",\n \"appointment\": \"\",\n \"bill\": \"\",\n \"create_date\": \"\",\n \"delete_date\": \"\",\n \"id\": \"\"\n },\n \"reason\": \"\",\n \"recurring_event_schedule\": \"\",\n \"service_location\": {\n \"address_line1\": \"\",\n \"address_line2\": \"\",\n \"city\": \"\",\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"id\": \"\",\n \"is_primary\": \"\",\n \"name\": \"\",\n \"phone\": \"\",\n \"place_of_service\": 33,\n \"state\": \"\",\n \"zip\": \"\"\n },\n \"status\": {\n \"status\": \"Checked Out\",\n \"room\": \"\",\n \"status_date\": \"\",\n \"status_detail\": \"\"\n },\n \"telehealth_details\": \"\",\n \"time_slot_status\": \"not_avail_for_self_schedule\",\n \"time_slot_type\": \"appointment\",\n \"transportation_details\": {\n \"is_required\": \"\",\n \"notes\": \"\"\n }\n }\n ],\n \"count\": \"\",\n \"next\": \"\",\n \"previous\": \"\"\n}", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-94f3bb56-7ecb-4b41-ae73-cbd5a998ccf6" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-51addac1-694e-40c1-a8ea-2742d34e8c92" }, { "name": "Create Appointment", "id": "6d62d521-ce48-4bb5-91f7-3d71c6f8ae21", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"scheduled_date\": \"\",\n \"appointment_type_id\": \"\",\n \"billing_details\": {\n \"billing_note\": \"\",\n \"prior_authorization\": \"\",\n \"referring_provider\": \"\",\n \"referring_provider_state\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"instructions\": \"\",\n \"is_blocking\": \"\",\n \"last_modified_date\": \"\",\n \"metadata\": null,\n \"mode\": \"VIDEO\",\n \"payment\": {\n \"amount\": \"-288\",\n \"when_collected\": \"\",\n \"appointment\": \"\",\n \"bill\": \"\",\n \"create_date\": \"\",\n \"delete_date\": \"\",\n \"id\": \"\"\n },\n \"reason\": \"\",\n \"recurring_event_schedule\": \"\",\n \"service_location\": null,\n \"status\": {\n \"status\": \"In Room - Vitals Taken\",\n \"room\": \"\",\n \"status_date\": \"\",\n \"status_detail\": \"\"\n },\n \"telehealth_details\": \"\",\n \"time_slot_status\": \"not_avail_for_self_schedule\",\n \"time_slot_type\": \"appointment_slot\",\n \"transportation_details\": {\n \"is_required\": \"\",\n \"notes\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/appointments/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", "" ] } }, "response": [ { "id": "b3d02e94-d3c3-4931-b656-e65f878925fe", "name": "New Response", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"scheduled_date\": \"\",\n \"appointment_type_id\": \"\",\n \"billing_details\": {\n \"billing_note\": \"\",\n \"prior_authorization\": \"\",\n \"referring_provider\": \"\",\n \"referring_provider_state\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"instructions\": \"\",\n \"is_blocking\": \"\",\n \"last_modified_date\": \"\",\n \"metadata\": null,\n \"mode\": \"VIDEO\",\n \"payment\": {\n \"amount\": \"-288\",\n \"when_collected\": \"\",\n \"appointment\": \"\",\n \"bill\": \"\",\n \"create_date\": \"\",\n \"delete_date\": \"\",\n \"id\": \"\"\n },\n \"reason\": \"\",\n \"recurring_event_schedule\": \"\",\n \"service_location\": null,\n \"status\": {\n \"status\": \"In Room - Vitals Taken\",\n \"room\": \"\",\n \"status_date\": \"\",\n \"status_detail\": \"\"\n },\n \"telehealth_details\": \"\",\n \"time_slot_status\": \"not_avail_for_self_schedule\",\n \"time_slot_type\": \"appointment_slot\",\n \"transportation_details\": {\n \"is_required\": \"\",\n \"notes\": \"\"\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/2.0/appointments/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "appointments", "" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"patient\": \"\",\n \"physician\": \"\",\n \"practice\": \"\",\n \"scheduled_date\": \"\",\n \"appointment_type_id\": \"\",\n \"billing_details\": {\n \"billing_note\": \"\",\n \"prior_authorization\": \"\",\n \"referring_provider\": \"\",\n \"referring_provider_state\": \"\"\n },\n \"created_date\": \"\",\n \"deleted_date\": \"\",\n \"description\": \"\",\n \"duration\": \"\",\n \"id\": \"\",\n \"instructions\": \"\",\n \"is_blocking\": \"\",\n \"last_modified_date\": \"\",\n \"metadata\": null,\n \"mode\": \"VIDEO\",\n \"payment\": {\n \"amount\": \"-288\",\n \"when_collected\": \"\",\n \"appointment\": \"\",\n \"bill\": \"\",\n \"create_date\": \"\",\n \"delete_date\": \"\",\n \"id\": \"\"\n },\n \"reason\": \"\",\n \"recurring_event_schedule\": \"\",\n \"service_location\": null,\n \"status\": {\n \"status\": \"In Room - Vitals Taken\",\n \"room\": \"\",\n \"status_date\": \"\",\n \"status_detail\": \"\"\n },\n \"telehealth_details\": \"\",\n \"time_slot_status\": \"not_avail_for_self_schedule\",\n \"time_slot_type\": \"appointment_slot\",\n \"transportation_details\": {\n \"is_required\": \"\",\n \"notes\": \"\"\n }\n}", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-b3d02e94-d3c3-4931-b656-e65f878925fe" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-6d62d521-ce48-4bb5-91f7-3d71c6f8ae21" } ], "id": "fc931799-5ff2-48f9-8223-e7e1408faa64", "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-fc931799-5ff2-48f9-8223-e7e1408faa64" }, { "name": "recurring_event_groups", "item": [ { "name": "{id}", "item": [ { "name": "Delete Recurring Event Group", "id": "77a869cd-e99b-400e-8b61-0c2184319edd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "DELETE", "header": [], "url": { "raw": "{{baseUrl}}/api/2.0/recurring_event_groups/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "recurring_event_groups", ":id", "" ], "variable": [ { "id": "cd7ac186-cb48-4d1a-ba39-72234d1d5ba0", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "d22fe444-554c-4db4-8888-2ca8f3e262e2", "name": "No response body", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/recurring_event_groups/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "recurring_event_groups", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-d22fe444-554c-4db4-8888-2ca8f3e262e2" } ], "createdAt": "2026-07-28T01:34:43.000Z", "updatedAt": "2026-07-28T01:34:43.000Z", "uid": "35240-77a869cd-e99b-400e-8b61-0c2184319edd" }, { "name": "Retrieve Recurring Event Group", "id": "2e73b0cb-1f77-4f53-aa58-18e1cb04d1af", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "act_as_user apiv2 system/{resource_name}.read system/{resource_name}.write", "type": "string" }, { "key": "accessTokenUrl", "value": "/api/2.0/oauth2/token/", "type": "string" }, { "key": "grant_type", "value": "client_credentials", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/api/2.0/recurring_event_groups/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "recurring_event_groups", ":id", "" ], "variable": [ { "id": "f4f162fd-1009-4bb0-8a13-93a5d7a0720a", "key": "id", "value": "", "description": "(Required) " } ] } }, "response": [ { "id": "47dbb004-4b5b-4706-9764-f8dd5c82563c", "name": "New Response", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/api/2.0/recurring_event_groups/:id/", "host": [ "{{baseUrl}}" ], "path": [ "api", "2.0", "recurring_event_groups", ":id", "" ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"practice\": \"\",\n \"schedules\": [\n {\n \"duration\": \"\",\n \"event_time\": \"