cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/agencies/{agencyId}/visit-types \ --header 'Authorization: Bearer <token>'
{ "data": [ { "visitTypeId": "<string>", "name": "<string>", "discipline": "<string>", "serviceCode": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of visit types for the agency.
Show child attributes