cURL
curl --request GET \ --url https://api.halth.com/v1/au/locations/{locationId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "minorId": "<string>", "createdAt": "2023-11-07T05:31:56Z" }
Get a location by ID.
Provide your API key as a Bearer token