Skip to main content
GET
/
v1
/
au
/
locations
/
{locationId}
Get a location by ID
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"
}

Authorizations

Authorization
string
header
required

Provide your API key as a Bearer token

Path Parameters

locationId
string
required

Response

200 - application/json
id
string
required
name
string
required
minorId
string
required
createdAt
string<date-time>
required