cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/agencies \ --header 'Authorization: Bearer <token>'
{ "data": [ { "agencyId": "<string>", "name": "<string>", "address": { "street": "<string>", "city": "<string>", "state": "<string>", "zipCode": "<string>", "apartment": "<string>" }, "timezone": "<string>", "status": "active", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Get all agencies within the organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of agencies.
Show child attributes