{ "info": { "_postman_id": "e1bff363-f5cd-49b0-9ecf-73b78043204c", "name": "NexHealth Adjustment Types Claims 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:17:36.000Z", "updatedAt": "2026-07-28T02:17:36.000Z", "lastUpdatedBy": "35240", "uid": "35240-e1bff363-f5cd-49b0-9ecf-73b78043204c" }, "item": [ { "name": "claims", "item": [ { "name": "{id}", "item": [ { "name": "View claim", "id": "dfd14952-fe14-4d69-937b-7ae0aa55380b", "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}}/claims/:id?subdomain=&include[]=patient&include[]=patient", "host": [ "{{baseUrl}}" ], "path": [ "claims", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "Resources to be included in the response", "key": "include[]", "value": "patient" }, { "description": "Resources to be included in the response", "key": "include[]", "value": "patient" } ], "variable": [ { "id": "e17a9c71-3730-4808-9076-61de97145fff", "key": "id", "value": "", "description": "(Required) " } ] }, "description": "This endpoint returns a single insurance claim by its NexHealth id. Use the include parameter to embed related resources: patient, provider, guarantor, charges and/or charge_payouts. Note: when no claim with the given id exists, or it belongs to a location your token cannot access, this endpoint currently responds with HTTP 500 rather than a 404." }, "response": [ { "id": "e107c697-5832-4ee7-bd4a-708d6817c1a5", "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}}/claims/:id?subdomain=&include[]=patient", "host": [ "{{baseUrl}}" ], "path": [ "claims", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "Resources to be included in the response", "key": "include[]", "value": "patient" } ], "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 \"location_id\": \"\",\n \"patient_id\": \"\",\n \"provider_id\": \"\",\n \"guarantor_id\": \"\",\n \"status\": \"received\",\n \"received_at\": \"\",\n \"sent_at\": \"\",\n \"note\": \"\",\n \"primary_insurance_plan_id\": \"\",\n \"secondary_insurance_plan_id\": \"\",\n \"date_of_service\": \"\",\n \"totals\": {\n \"amount_billed_to_insurance\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"estimated_insurance_payment\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"insurance_payment\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"write_off\": {\n \"amount\": \"\",\n \"currency\": \"\"\n }\n },\n \"updated_at\": \"\",\n \"deleted_at\": \"\",\n \"patient\": {\n \"id\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"middle_name\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"institution_id\": \"\",\n \"foreign_id\": \"\",\n \"foreign_id_type\": \"\",\n \"bio\": {},\n \"inactive\": \"\",\n \"last_sync_time\": \"\",\n \"guarantor_id\": \"\",\n \"billing_type\": \"\",\n \"chart_id\": \"\",\n \"preferred_language\": \"\",\n \"provider_id\": \"\"\n },\n \"provider\": {\n \"id\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"middle_name\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"institution_id\": \"\",\n \"foreign_id\": \"\",\n \"foreign_id_type\": \"\",\n \"bio\": {},\n \"inactive\": \"\",\n \"last_sync_time\": \"\",\n \"display_name\": \"\",\n \"npi\": \"\",\n \"tin\": \"\",\n \"state_license\": \"\",\n \"specialty_code\": \"\"\n },\n \"guarantor\": {\n \"id\": \"\",\n \"email\": \"\",\n \"first_name\": \"\",\n \"middle_name\": \"\",\n \"last_name\": \"\",\n \"name\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\",\n \"institution_id\": \"\",\n \"foreign_id\": \"\",\n \"foreign_id_type\": \"\",\n \"bio\": {},\n \"inactive\": \"\",\n \"last_sync_time\": \"\"\n },\n \"charge_payouts\": [\n {\n \"amount_billed_to_insurance\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"estimated_insurance_payment\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"insurance_payment\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"write_off\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"allowed_amount\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"fee_schedule_procedure_code\": {\n \"procedure_code_id\": \"\",\n \"fee\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"code\": \"\",\n \"id\": \"\",\n \"location_id\": \"\",\n \"fee_schedule_id\": \"\",\n \"updated_at\": \"\"\n },\n \"charge_id\": \"\"\n },\n {\n \"amount_billed_to_insurance\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"estimated_insurance_payment\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"insurance_payment\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"write_off\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"allowed_amount\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"fee_schedule_procedure_code\": {\n \"procedure_code_id\": \"\",\n \"fee\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"code\": \"\",\n \"id\": \"\",\n \"location_id\": \"\",\n \"fee_schedule_id\": \"\",\n \"updated_at\": \"\"\n },\n \"charge_id\": \"\"\n }\n ],\n \"charges\": [\n {\n \"id\": \"\",\n \"foreign_id\": \"\",\n \"location_id\": \"\",\n \"patient_id\": \"\",\n \"guarantor_id\": \"\",\n \"provider_id\": \"\",\n \"procedure_id\": \"\",\n \"procedure_code\": \"\",\n \"updated_at\": \"\",\n \"description\": \"\",\n \"fee\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"charged_at\": \"\"\n },\n {\n \"id\": \"\",\n \"foreign_id\": \"\",\n \"location_id\": \"\",\n \"patient_id\": \"\",\n \"guarantor_id\": \"\",\n \"provider_id\": \"\",\n \"procedure_id\": \"\",\n \"procedure_code\": \"\",\n \"updated_at\": \"\",\n \"description\": \"\",\n \"fee\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"charged_at\": \"\"\n }\n ]\n },\n \"count\": \"\"\n}", "createdAt": "2026-07-28T02:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-e107c697-5832-4ee7-bd4a-708d6817c1a5" }, { "id": "c3d61e56-ff05-41ca-8c4e-719260b79aff", "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}}/claims/:id?subdomain=&include[]=patient", "host": [ "{{baseUrl}}" ], "path": [ "claims", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "Resources to be included in the response", "key": "include[]", "value": "patient" } ], "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:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-c3d61e56-ff05-41ca-8c4e-719260b79aff" }, { "id": "f5a748ed-dcf3-4af4-a6f4-9edd18d0999a", "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}}/claims/:id?subdomain=&include[]=patient", "host": [ "{{baseUrl}}" ], "path": [ "claims", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "Resources to be included in the response", "key": "include[]", "value": "patient" } ], "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:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-f5a748ed-dcf3-4af4-a6f4-9edd18d0999a" }, { "id": "b47d06c0-a1fe-4246-988f-d2aa9f1aee89", "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}}/claims/:id?subdomain=&include[]=patient", "host": [ "{{baseUrl}}" ], "path": [ "claims", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "Resources to be included in the response", "key": "include[]", "value": "patient" } ], "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:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-b47d06c0-a1fe-4246-988f-d2aa9f1aee89" }, { "id": "d740330b-e8ea-4c33-a1cf-5c20f22234a3", "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}}/claims/:id?subdomain=&include[]=patient", "host": [ "{{baseUrl}}" ], "path": [ "claims", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "Resources to be included in the response", "key": "include[]", "value": "patient" } ], "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:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-d740330b-e8ea-4c33-a1cf-5c20f22234a3" }, { "id": "85d2c618-a520-44a7-9f54-ea2cd5f54128", "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}}/claims/:id?subdomain=&include[]=patient", "host": [ "{{baseUrl}}" ], "path": [ "claims", ":id" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "Resources to be included in the response", "key": "include[]", "value": "patient" } ], "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:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-85d2c618-a520-44a7-9f54-ea2cd5f54128" } ], "createdAt": "2026-07-28T02:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-dfd14952-fe14-4d69-937b-7ae0aa55380b" } ], "id": "86ff53e9-6247-4069-b458-0c267b386691", "createdAt": "2026-07-28T02:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-86ff53e9-6247-4069-b458-0c267b386691" }, { "name": "View claims", "id": "f3d7f221-99f3-4291-93ad-1c490d0127fd", "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}}/claims?subdomain=&location_id=&sort=&patient_id=&guarantor_id=&provider_id=&updated_since=&date_of_service=&include_deleted=false&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "claims" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Optional comma-separated string of fields to sort on.\nInclude a leading dash for descending order.\n\nAvailable fields:\n * updated_at\n * -updated_at\n", "key": "sort", "value": "" }, { "description": "The ID of the patient associated with the claim", "key": "patient_id", "value": "" }, { "description": "The ID of the guarantor associated with the claim", "key": "guarantor_id", "value": "" }, { "description": "The ID of the provider associated with the claim", "key": "provider_id", "value": "" }, { "description": "Claims updated at or after the specified time (UTC). The comparison is inclusive, so a record whose updated_at exactly equals the given value is returned", "key": "updated_since", "value": "" }, { "description": "Claims whose date of service exactly matches the specified date", "key": "date_of_service", "value": "" }, { "description": "Include soft-deleted claims in the results", "key": "include_deleted", "value": "false" }, { "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": "This endpoint returns a list of insurance claims for a location. You can filter by patient_id, guarantor_id, provider_id, updated_since or date_of_service, and must provide at least one of these filters. location_id is always required, but does not satisfy the at-least-one-filter requirement on its own. Soft-deleted claims are excluded unless include_deleted is true." }, "response": [ { "id": "7a6d7a49-0559-4b5f-87c6-46fa89ba7efc", "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}}/claims?subdomain=&location_id=&sort=&patient_id=&guarantor_id=&provider_id=&updated_since=&date_of_service=&include_deleted=false&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "claims" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Optional comma-separated string of fields to sort on.\nInclude a leading dash for descending order.\n\nAvailable fields:\n * updated_at\n * -updated_at\n", "key": "sort", "value": "" }, { "description": "The ID of the patient associated with the claim", "key": "patient_id", "value": "" }, { "description": "The ID of the guarantor associated with the claim", "key": "guarantor_id", "value": "" }, { "description": "The ID of the provider associated with the claim", "key": "provider_id", "value": "" }, { "description": "Claims updated at or after the specified time (UTC). The comparison is inclusive, so a record whose updated_at exactly equals the given value is returned", "key": "updated_since", "value": "" }, { "description": "Claims whose date of service exactly matches the specified date", "key": "date_of_service", "value": "" }, { "description": "Include soft-deleted claims in the results", "key": "include_deleted", "value": "false" }, { "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 \"location_id\": \"\",\n \"patient_id\": \"\",\n \"provider_id\": \"\",\n \"guarantor_id\": \"\",\n \"status\": \"sent\",\n \"received_at\": \"\",\n \"sent_at\": \"\",\n \"note\": \"\",\n \"primary_insurance_plan_id\": \"\",\n \"secondary_insurance_plan_id\": \"\",\n \"date_of_service\": \"\",\n \"totals\": {\n \"amount_billed_to_insurance\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"estimated_insurance_payment\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"insurance_payment\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"write_off\": {\n \"amount\": \"\",\n \"currency\": \"\"\n }\n },\n \"updated_at\": \"\",\n \"deleted_at\": \"\"\n },\n {\n \"id\": \"\",\n \"location_id\": \"\",\n \"patient_id\": \"\",\n \"provider_id\": \"\",\n \"guarantor_id\": \"\",\n \"status\": \"sent\",\n \"received_at\": \"\",\n \"sent_at\": \"\",\n \"note\": \"\",\n \"primary_insurance_plan_id\": \"\",\n \"secondary_insurance_plan_id\": \"\",\n \"date_of_service\": \"\",\n \"totals\": {\n \"amount_billed_to_insurance\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"estimated_insurance_payment\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"insurance_payment\": {\n \"amount\": \"\",\n \"currency\": \"\"\n },\n \"write_off\": {\n \"amount\": \"\",\n \"currency\": \"\"\n }\n },\n \"updated_at\": \"\",\n \"deleted_at\": \"\"\n }\n ],\n \"page_info\": {}\n}", "createdAt": "2026-07-28T02:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-7a6d7a49-0559-4b5f-87c6-46fa89ba7efc" }, { "id": "8904980d-5b32-4384-a23e-a58ce2043378", "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}}/claims?subdomain=&location_id=&sort=&patient_id=&guarantor_id=&provider_id=&updated_since=&date_of_service=&include_deleted=false&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "claims" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Optional comma-separated string of fields to sort on.\nInclude a leading dash for descending order.\n\nAvailable fields:\n * updated_at\n * -updated_at\n", "key": "sort", "value": "" }, { "description": "The ID of the patient associated with the claim", "key": "patient_id", "value": "" }, { "description": "The ID of the guarantor associated with the claim", "key": "guarantor_id", "value": "" }, { "description": "The ID of the provider associated with the claim", "key": "provider_id", "value": "" }, { "description": "Claims updated at or after the specified time (UTC). The comparison is inclusive, so a record whose updated_at exactly equals the given value is returned", "key": "updated_since", "value": "" }, { "description": "Claims whose date of service exactly matches the specified date", "key": "date_of_service", "value": "" }, { "description": "Include soft-deleted claims in the results", "key": "include_deleted", "value": "false" }, { "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:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-8904980d-5b32-4384-a23e-a58ce2043378" }, { "id": "35c5c681-4102-4ece-8217-b280cd2be512", "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}}/claims?subdomain=&location_id=&sort=&patient_id=&guarantor_id=&provider_id=&updated_since=&date_of_service=&include_deleted=false&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "claims" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Optional comma-separated string of fields to sort on.\nInclude a leading dash for descending order.\n\nAvailable fields:\n * updated_at\n * -updated_at\n", "key": "sort", "value": "" }, { "description": "The ID of the patient associated with the claim", "key": "patient_id", "value": "" }, { "description": "The ID of the guarantor associated with the claim", "key": "guarantor_id", "value": "" }, { "description": "The ID of the provider associated with the claim", "key": "provider_id", "value": "" }, { "description": "Claims updated at or after the specified time (UTC). The comparison is inclusive, so a record whose updated_at exactly equals the given value is returned", "key": "updated_since", "value": "" }, { "description": "Claims whose date of service exactly matches the specified date", "key": "date_of_service", "value": "" }, { "description": "Include soft-deleted claims in the results", "key": "include_deleted", "value": "false" }, { "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:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-35c5c681-4102-4ece-8217-b280cd2be512" }, { "id": "25b5d7c6-43fb-4b5e-a29b-674117dfff10", "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}}/claims?subdomain=&location_id=&sort=&patient_id=&guarantor_id=&provider_id=&updated_since=&date_of_service=&include_deleted=false&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "claims" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Optional comma-separated string of fields to sort on.\nInclude a leading dash for descending order.\n\nAvailable fields:\n * updated_at\n * -updated_at\n", "key": "sort", "value": "" }, { "description": "The ID of the patient associated with the claim", "key": "patient_id", "value": "" }, { "description": "The ID of the guarantor associated with the claim", "key": "guarantor_id", "value": "" }, { "description": "The ID of the provider associated with the claim", "key": "provider_id", "value": "" }, { "description": "Claims updated at or after the specified time (UTC). The comparison is inclusive, so a record whose updated_at exactly equals the given value is returned", "key": "updated_since", "value": "" }, { "description": "Claims whose date of service exactly matches the specified date", "key": "date_of_service", "value": "" }, { "description": "Include soft-deleted claims in the results", "key": "include_deleted", "value": "false" }, { "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:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-25b5d7c6-43fb-4b5e-a29b-674117dfff10" }, { "id": "aca34c3e-d7ed-406c-bc4c-3e576f9772d9", "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}}/claims?subdomain=&location_id=&sort=&patient_id=&guarantor_id=&provider_id=&updated_since=&date_of_service=&include_deleted=false&start_cursor=&end_cursor=&per_page=5", "host": [ "{{baseUrl}}" ], "path": [ "claims" ], "query": [ { "description": "(Required) Used to scope the request to the specified institution", "key": "subdomain", "value": "" }, { "description": "(Required) Used to scope the request to the specified location", "key": "location_id", "value": "" }, { "description": "Optional comma-separated string of fields to sort on.\nInclude a leading dash for descending order.\n\nAvailable fields:\n * updated_at\n * -updated_at\n", "key": "sort", "value": "" }, { "description": "The ID of the patient associated with the claim", "key": "patient_id", "value": "" }, { "description": "The ID of the guarantor associated with the claim", "key": "guarantor_id", "value": "" }, { "description": "The ID of the provider associated with the claim", "key": "provider_id", "value": "" }, { "description": "Claims updated at or after the specified time (UTC). The comparison is inclusive, so a record whose updated_at exactly equals the given value is returned", "key": "updated_since", "value": "" }, { "description": "Claims whose date of service exactly matches the specified date", "key": "date_of_service", "value": "" }, { "description": "Include soft-deleted claims in the results", "key": "include_deleted", "value": "false" }, { "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:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-aca34c3e-d7ed-406c-bc4c-3e576f9772d9" } ], "createdAt": "2026-07-28T02:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-f3d7f221-99f3-4291-93ad-1c490d0127fd" } ], "id": "c5095180-db55-4927-822c-b44e081b0b34", "createdAt": "2026-07-28T02:17:37.000Z", "updatedAt": "2026-07-28T02:17:37.000Z", "uid": "35240-c5095180-db55-4927-822c-b44e081b0b34" } ], "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" } ] }