cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/agencies/{agencyId} \ --header 'Authorization: Bearer <token>'
{ "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" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agency details.
Show child attributes
active
inactive