Get Logistics Hubs
Get Logistics Hubs
Retrieve all logistics hubs for your organization
GET
Get Logistics Hubs
Get Logistics Hubs
Retrieve a paginated list of logistics hubs for your organization. Hubs represent physical locations (warehouses, transshipment points, etc.) used as origins in logistics shipments.Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faQuery Parameters
string
Filter hubs by name (partial match, case-insensitive)Example:
"Madrid"string
Filter by hub typeAvailable values:
owned, subcontractedstring
Filter by hub categoryAvailable values:
transshipment_ambient, transshipment_mixed, storage_transhipment_ambient, storage_transhipment_mixed, warehouse_ambient, warehouse_mixed, liquid_bulk_terminals_ambient, liquid_bulk_terminals_mixed, maritime_container_terminals_ambient, maritime_container_terminals_temperature_controlledinteger
default:"1"
Page number for pagination
integer
default:"10"
Number of items per page (max 100)
Response
array
Array of hub objects
integer
Total number of hubs matching the filter
integer
Current page number
integer
Number of items per page
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organizationRelated Endpoints
Get Logistics Requests
Retrieve requests — each includes a
hub_id referenceCreate Logistics Request
Create a shipment leg referencing a hub
Logistic Hubs (full CRUD)
Full hub management: create, update, delete