# List Available Warehouses Endpoint: GET /_api/v1/company/{company_slug}/warehouses Version: 1.0.0 Security: TokenAuth ## Path parameters: - `company_slug` (string, required) ## Response 200 fields (application/json): - `identifier` (string, required) A unique, human readable, identifier for the service. Example: "api-test-company|Test Warehouse" - `name` (string, required) The name of the warehouse. Example: "Test Warehouse" ## Response 401 fields (application/json): - `detail` (string) Unauthorized error message."