cURL
curl --request GET \ --url https://api.maxcare.ai/v3/providers/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Organization-Id: <x-organization-id>'
{ "code": "success", "data": { "id": "prv_d4e5f6a7b8c94d0e1f2a3b4c5d6e7f8a", "firstName": "James", "lastName": "Wilson", "displayFirstName": "Dr. James", "displayLastName": "Wilson, MD", "roles": [ "Physician", "Surgeon" ], "username": "jwilson", "individualNpi": "1234567890", "canFinalize": true, "canCosign": false, "createdAt": "2024-06-01T08:00:00.000Z", "updatedAt": "2025-02-10T16:45:00.000Z" } }
Returns a single provider by ID. Requires read:providers scope.
Documentation IndexFetch the complete documentation index at: https://docs.maxcare.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.maxcare.ai/llms.txt
Use this file to discover all available pages before exploring further.
Marketplace API key
Target clinic organization ID
Provider ID
Success
Response code
"success"
Show child attributes