cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/agencies/{agencyId}/clinicians \ --header 'Authorization: Bearer <token>'
{ "data": [ { "clinicianId": "<string>", "agencyId": "<string>", "firstName": "<string>", "lastName": "<string>", "credentials": "<string>", "npi": "<string>", "role": "<string>", "email": "<string>", "status": "active", "createdAt": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "limit": 123, "total": 123, "totalPages": 123, "offset": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x <= 100
List of clinicians in the agency.
Show child attributes