Create Logistic Hub
Create Logistic Hub
Add a new logistic hub to your organization
POST
Create Logistic Hub
Create Logistic Hub
Create a new logistic hub in your organization. Hubs can be either owned (linked to a facility for emissions tracking) or subcontracted (external logistics provider).Owned vs Subcontracted: When
type is owned, you must provide a facility_id. When type is subcontracted, facility_id is ignored and set to null.Request
Headers
Your API key for authentication
Your organization UUID
Body Parameters
Name of the logistic hub (must be unique within the organization)Example:
"Madrid Warehouse"Hub type:
owned or subcontractedExample: "owned"Hub category classificationExample:
"warehouse_ambient"Physical address of the hub. If provided, country is automatically geocoded.Example:
"Calle Industrial 5, Madrid, Spain"Whether the hub is a supercharger
Linked facility ID. Required when
type is owned.Example: "660e8400-e29b-41d4-a716-446655440000"Response
Returns the created logistic hub object with HTTP 201.Example
Successful Response
Common Errors
409 Conflict
Cause: A hub with the same name already exists in the organization422 Validation Error
Cause:facility_id not provided for owned hub
Related Endpoints
List Logistic Hubs
Retrieve all logistic hubs
Update Logistic Hub
Modify logistic hub details

