Skip to main content
GET
/
facilities
/
{id}
Get facility by ID
curl --request GET \
  --url https://api.maxcare.ai/v2/facilities/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Organization-Id: <x-organization-id>'
{
  "code": "success",
  "data": {
    "id": "b2c3d4e5-f6a7-4b8c-9d0e-1f2a3b4c5d6e",
    "name": "West LA Dermatology",
    "timezone": "America/Los_Angeles",
    "address": {
      "line1": "123 Medical Center Dr",
      "line2": "Suite 200",
      "city": "Los Angeles",
      "state": "CA",
      "zipcode": "90025"
    },
    "specialty": "Dermatology",
    "organizationNpi": "1234567890",
    "createdAt": "2024-05-01T10:00:00.000Z",
    "updatedAt": "2025-01-15T12: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

Facility ID

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required