Skip to main content
GET
/
providers
/
{id}
Get provider by ID
curl --request GET \
  --url https://api.maxcare.ai/v1/providers/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Organization-Id: <x-organization-id>'
{
  "code": "success",
  "data": {
    "id": "d4e5f6a7-b8c9-4d0e-1f2a-3b4c5d6e7f8a",
    "firstName": "James",
    "lastName": "Wilson",
    "displayFirstName": "Dr. James",
    "displayLastName": "Wilson, MD",
    "roles": [
      "Physician",
      "Surgeon"
    ],
    "username": "jwilson",
    "individualNpi": "1234567890",
    "canFinalize": true,
    "canCosign": false,
    "hidden": false,
    "createdAt": "2024-06-01T08:00:00.000Z",
    "updatedAt": "2025-02-10T16:45: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

Provider ID

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required