Skip to main content
GET
/
claims
/
{id}
Get claim by ID
curl --request GET \
  --url https://api.maxcare.ai/v1/claims/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Organization-Id: <x-organization-id>'
{
  "code": "success",
  "data": {
    "id": "c9d0e1f2-a3b4-4c5d-6e7f-8a9b0c1d2e3f",
    "claimAmount": "450.00",
    "balance": "120.00",
    "claimStatus": "accepted",
    "submittedDate": "2025-01-16",
    "claimCreatedDate": "2025-01-15",
    "billId": "9a8b7c6d-5e4f-3a2b-1c0d-e9f8a7b6c5d4",
    "dateOfService": "2025-01-15",
    "billHumanId": "BILL-78432",
    "patientId": "c56103bc-d39c-46d3-9f31-38dd2b5e05f6",
    "patientFirstName": "Sarah",
    "patientLastName": "Johnson",
    "patientDob": "1985-03-15",
    "primaryProviderName": "Dr. James Wilson",
    "billUnderName": "Dr. James Wilson",
    "facilityId": "b2c3d4e5-f6a7-4b8c-9d0e-1f2a3b4c5d6e",
    "facilityName": "West LA Dermatology",
    "specialty": "Dermatology",
    "primaryInsurance": "Blue Cross Blue Shield",
    "secondaryInsurance": null,
    "createdAt": "2025-01-15T09:30:00.000Z",
    "updatedAt": "2025-01-20T14:22:00.000Z",
    "primaryProviderId": "d4e5f6a7-b8c9-4d0e-1f2a-3b4c5d6e7f8a",
    "billUnderId": "d4e5f6a7-b8c9-4d0e-1f2a-3b4c5d6e7f8a",
    "cliaNumber": "05D2081496",
    "insurance": [
      {
        "payerName": "Blue Cross Blue Shield",
        "planName": "PPO Gold",
        "policyType": "PPO",
        "isPrimary": true,
        "memberId": "XYZ123456789",
        "groupNumber": "GRP-98765",
        "policyNumber": "POL-2025-001234",
        "subscriberName": "Sarah Johnson",
        "copayAmount": "30.00",
        "deductibleRemaining": "1500.00"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.maxcare.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Marketplace API key

Headers

X-Organization-Id
string
required

Target clinic organization ID

Path Parameters

id
string
required

Claim ID

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required