cURL
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" }
Retrieve a specific location by its ID
Authenticate using a bearer token. To obtain a token, contact [email protected]
Location ID
Successful response