cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/clinicians/{clinicianId} \ --header 'Authorization: Bearer <token>'
{ "clinicianId": "<string>", "agencyId": "<string>", "firstName": "<string>", "lastName": "<string>", "credentials": "<string>", "npi": "<string>", "role": "<string>", "email": "<string>", "status": "active", "createdAt": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Clinician details.
active
inactive
onLeave