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