Skip to main content
GET
/
appointments
/
{id}
Get appointment by ID
curl --request GET \
  --url https://api.maxcare.ai/v3/appointments/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Organization-Id: <x-organization-id>'
{
  "code": "success",
  "data": {
    "id": "apt_e5f6a7b8c9d04e1f2a3b4c5d6e7f8a9b",
    "scheduledStartDate": "2025-01-20T09:00:00.000Z",
    "scheduledEndDate": "2025-01-20T09:30:00.000Z",
    "status": "confirmed",
    "isNewPatient": false,
    "patientId": "pat_c56103bcd39c46d39f3138dd2b5e05f6",
    "patientFirstName": "Sarah",
    "patientLastName": "Johnson",
    "patientMrn": "MRN-10042",
    "providerId": "prv_d4e5f6a7b8c94d0e1f2a3b4c5d6e7f8a",
    "providerFirstName": "James",
    "providerLastName": "Wilson",
    "facilityId": "fac_b2c3d4e5f6a74b8c9d0e1f2a3b4c5d6e",
    "createdAt": "2025-01-15T09:30:00.000Z"
  }
}

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

Appointment ID

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required