{ "info": { "_postman_id": "656812ba-bd92-4643-89a0-70ce6fbeddfd", "name": "NexHealth Adjustment Types Treatment Plans API", "description": "v3.0.0 and v20240412 are two names for the same API version; the Nex-Api-Version header accepts either value. Welcome to the developer hub and documentation for NexHealth API. This section of guide describes the operations, response parameters, request parameters, and parameter constraints related to User API. The term Operations refer to functions or methods. The operations are included in requests and send to the web server. Each operation performs a different action or a query on database.\n\nContact Support:\n Name: NexHealth\n Email: info@nexhealth.com", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:20:44.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "lastUpdatedBy": "35240", "uid": "35240-656812ba-bd92-4643-89a0-70ce6fbeddfd" }, "item": [ { "name": "treatment_plans", "item": [ { "name": "{id}", "item": [ { "name": "View treatment plan", "id": "b13a3132-fd81-459f-946a-f782aaf7f8cd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/treatment_plans/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "treatment_plans", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "id": "9b78526e-9a35-44ff-a91d-5b683faacf29", "key": "id", "value": "", "description": "(Required) The ID of the treatment plan" } ] }, "description": "Returns a single treatment plan with its procedures embedded. Requesting a soft-deleted or unknown treatment plan returns 404." }, "response": [ { "id": "fe548e12-e8c4-4822-82cc-525fb3ea52ca", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/treatment_plans/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "treatment_plans", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"error\": [\n \"\",\n \"\"\n ],\n \"data\": {\n \"id\": \"\",\n \"name\": \"\",\n \"patient_id\": \"\",\n \"updated_at\": \"\",\n \"status\": \"not_applicable\",\n \"procedures\": [\n {\n \"id\": \"\",\n \"location_id\": \"\",\n \"patient_id\": \"\",\n \"provider_id\": \"\",\n \"appointment_id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"status\": \"completed\",\n \"updated_at\": \"\",\n \"body_site\": {\n \"tooth\": [\n \"\",\n \"\"\n ],\n \"surface\": \"\"\n },\n \"fee\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"start_date\": \"\",\n \"end_date\": \"\"\n },\n {\n \"id\": \"\",\n \"location_id\": \"\",\n \"patient_id\": \"\",\n \"provider_id\": \"\",\n \"appointment_id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"status\": \"inactive\",\n \"updated_at\": \"\",\n \"body_site\": {\n \"tooth\": [\n \"\",\n \"\"\n ],\n \"surface\": \"\"\n },\n \"fee\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"start_date\": \"\",\n \"end_date\": \"\"\n }\n ]\n },\n \"count\": \"\"\n}", "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-fe548e12-e8c4-4822-82cc-525fb3ea52ca" }, { "id": "06dd24c1-72e5-4c37-86c8-a0fcd2a17841", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/treatment_plans/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "treatment_plans", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-06dd24c1-72e5-4c37-86c8-a0fcd2a17841" }, { "id": "fee08b66-8d27-427e-8bfe-7b67b7197b6b", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/treatment_plans/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "treatment_plans", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-fee08b66-8d27-427e-8bfe-7b67b7197b6b" }, { "id": "ac83da86-3587-4228-962b-808c63db00da", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/treatment_plans/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "treatment_plans", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-ac83da86-3587-4228-962b-808c63db00da" }, { "id": "f94254f9-655e-4678-8932-8f56ddc5beaf", "name": "Not Found", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/treatment_plans/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "treatment_plans", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-f94254f9-655e-4678-8932-8f56ddc5beaf" }, { "id": "8a2f2832-8c89-4711-ac0f-617089c7d268", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/treatment_plans/:id?subdomain=", "host": [ "{{baseUrl}}" ], "path": [ "treatment_plans", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" } ], "variable": [ { "key": "id" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-8a2f2832-8c89-4711-ac0f-617089c7d268" } ], "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-b13a3132-fd81-459f-946a-f782aaf7f8cd" } ], "id": "024805d9-035b-4e18-be26-c647f93187b0", "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-024805d9-035b-4e18-be26-c647f93187b0" }, { "name": "View treatment plans", "id": "fa4bf120-a8ca-4595-a154-7d2c01540fd4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/treatment_plans?subdomain=&patient_id=&status=not_applicable&updated_since=&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "treatment_plans" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "Filter by patient", "key": "patient_id", "value": "" }, { "description": "Filter by status", "key": "status", "value": "not_applicable" }, { "description": "Treatment plans updated at or after the specified time (UTC). The boundary is inclusive: a plan whose updated_at exactly equals this value is returned", "key": "updated_since", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" } ] }, "description": "Returns a cursor-paginated list of treatment plans for the institution, with each plan's procedures embedded. Soft-deleted treatment plans are excluded. Results can be filtered by patient_id, status, and updated_since, and are ordered by id ascending \u2014 when using updated_since for incremental sync, do not assume results are ordered by update time." }, "response": [ { "id": "a6e33d8e-81b6-4233-8b85-49ab2239699f", "name": "Successful", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/treatment_plans?subdomain=&patient_id=&status=not_applicable&updated_since=&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "treatment_plans" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "Filter by patient", "key": "patient_id", "value": "" }, { "description": "Filter by status", "key": "status", "value": "not_applicable" }, { "description": "Treatment plans updated at or after the specified time (UTC). The boundary is inclusive: a plan whose updated_at exactly equals this value is returned", "key": "updated_since", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"error\": [\n \"\",\n \"\"\n ],\n \"data\": [\n {\n \"id\": \"\",\n \"name\": \"\",\n \"patient_id\": \"\",\n \"updated_at\": \"\",\n \"status\": \"rejected\",\n \"procedures\": [\n {\n \"id\": \"\",\n \"location_id\": \"\",\n \"patient_id\": \"\",\n \"provider_id\": \"\",\n \"appointment_id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"status\": \"planned\",\n \"updated_at\": \"\",\n \"body_site\": {\n \"tooth\": [\n \"\",\n \"\"\n ],\n \"surface\": \"\"\n },\n \"fee\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"start_date\": \"\",\n \"end_date\": \"\"\n },\n {\n \"id\": \"\",\n \"location_id\": \"\",\n \"patient_id\": \"\",\n \"provider_id\": \"\",\n \"appointment_id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"status\": \"planned\",\n \"updated_at\": \"\",\n \"body_site\": {\n \"tooth\": [\n \"\",\n \"\"\n ],\n \"surface\": \"\"\n },\n \"fee\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"start_date\": \"\",\n \"end_date\": \"\"\n }\n ]\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"patient_id\": \"\",\n \"updated_at\": \"\",\n \"status\": \"not_applicable\",\n \"procedures\": [\n {\n \"id\": \"\",\n \"location_id\": \"\",\n \"patient_id\": \"\",\n \"provider_id\": \"\",\n \"appointment_id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"status\": \"planned\",\n \"updated_at\": \"\",\n \"body_site\": {\n \"tooth\": [\n \"\",\n \"\"\n ],\n \"surface\": \"\"\n },\n \"fee\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"start_date\": \"\",\n \"end_date\": \"\"\n },\n {\n \"id\": \"\",\n \"location_id\": \"\",\n \"patient_id\": \"\",\n \"provider_id\": \"\",\n \"appointment_id\": \"\",\n \"code\": \"\",\n \"name\": \"\",\n \"status\": \"inactive\",\n \"updated_at\": \"\",\n \"body_site\": {\n \"tooth\": [\n \"\",\n \"\"\n ],\n \"surface\": \"\"\n },\n \"fee\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"start_date\": \"\",\n \"end_date\": \"\"\n }\n ]\n }\n ],\n \"page_info\": {}\n}", "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-a6e33d8e-81b6-4233-8b85-49ab2239699f" }, { "id": "f1f31b2d-41e7-438a-890e-6c9288e94f1e", "name": "Bad Request", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/treatment_plans?subdomain=&patient_id=&status=not_applicable&updated_since=&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "treatment_plans" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "Filter by patient", "key": "patient_id", "value": "" }, { "description": "Filter by status", "key": "status", "value": "not_applicable" }, { "description": "Treatment plans updated at or after the specified time (UTC). The boundary is inclusive: a plan whose updated_at exactly equals this value is returned", "key": "updated_since", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-f1f31b2d-41e7-438a-890e-6c9288e94f1e" }, { "id": "75b3a7fe-24e0-4e7a-b698-83373aebeb2b", "name": "Unauthorized", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/treatment_plans?subdomain=&patient_id=&status=not_applicable&updated_since=&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "treatment_plans" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "Filter by patient", "key": "patient_id", "value": "" }, { "description": "Filter by status", "key": "status", "value": "not_applicable" }, { "description": "Treatment plans updated at or after the specified time (UTC). The boundary is inclusive: a plan whose updated_at exactly equals this value is returned", "key": "updated_since", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-75b3a7fe-24e0-4e7a-b698-83373aebeb2b" }, { "id": "3f121bbe-4e15-486f-ba77-2d4a6015a166", "name": "Forbidden", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/treatment_plans?subdomain=&patient_id=&status=not_applicable&updated_since=&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "treatment_plans" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "Filter by patient", "key": "patient_id", "value": "" }, { "description": "Filter by status", "key": "status", "value": "not_applicable" }, { "description": "Treatment plans updated at or after the specified time (UTC). The boundary is inclusive: a plan whose updated_at exactly equals this value is returned", "key": "updated_since", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-3f121bbe-4e15-486f-ba77-2d4a6015a166" }, { "id": "bf891c80-838c-4c08-baeb-1bc64247c3bf", "name": "Internal Server Error", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The NexHealth API version", "key": "Nex-Api-Version", "value": "v3.0.0" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/treatment_plans?subdomain=&patient_id=&status=not_applicable&updated_since=&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "treatment_plans" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "Filter by patient", "key": "patient_id", "value": "" }, { "description": "Filter by status", "key": "status", "value": "not_applicable" }, { "description": "Treatment plans updated at or after the specified time (UTC). The boundary is inclusive: a plan whose updated_at exactly equals this value is returned", "key": "updated_since", "value": "" }, { "description": "First item of the current page. Starts empty", "key": "start_cursor", "value": "" }, { "description": "Last item of the current page. Starts empty", "key": "end_cursor", "value": "" }, { "description": "Number of results to return per page. Maximum allowed amount is 1000.", "key": "per_page", "value": "5" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"code\": \"\",\n \"description\": \"\",\n \"data\": {},\n \"error\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-bf891c80-838c-4c08-baeb-1bc64247c3bf" } ], "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-fa4bf120-a8ca-4595-a154-7d2c01540fd4" } ], "id": "f61081e8-d2cb-4da0-8843-974ccbe3a694", "createdAt": "2026-07-28T02:20:45.000Z", "updatedAt": "2026-07-28T02:20:45.000Z", "uid": "35240-f61081e8-d2cb-4da0-8843-974ccbe3a694" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://nexhealth.info" } ] }