Skip to main content
GET
/
locations
/
{locationId}
Get location by ID
curl --request GET \
  --url https://{companyName}.api.joinluminous.com/external/api/v1/locations/{locationId} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "status": "<string>",
  "name": "<string>",
  "parent_id": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To obtain a token, contact [email protected]

Path Parameters

locationId
integer
required

Location ID

Response

Successful response

id
integer
status
string
name
string
parent_id
integer | null
created_at
string<date-time>
updated_at
string<date-time>