Skip to main content
GET
/
warehouses
/
{warehouseId}
Get warehouse by ID
curl --request GET \
  --url https://{companyName}.api.joinluminous.com/external/api/v1/warehouses/{warehouseId} \
  --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

warehouseId
integer
required

Warehouse ID

Response

Successful response

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