Skip to main content
GET
List Logistic Hubs

List Logistic Hubs

Retrieve a paginated list of logistic hubs in your organization with support for filtering by name, category, type, and status.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Query Parameters

string
Filter hubs by name (partial match, case-insensitive)Example: "Madrid"
string
Filter by hub categoryExample: "warehouse_ambient"
string
Filter by hub typeAvailable values: owned, subcontracted
array[string]
Filter by hub statusAvailable values: active, archivedExample: status[]=active
integer
default:"1"
Page number for pagination
integer
default:"10"
Number of items per page (max 100)

Response

array[object]
Array of logistic 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 key

403 Forbidden

Cause: The authenticated user is not a member of the organization

Create Logistic Hub

Add a new logistic hub

Get Logistic Hub

Retrieve a single logistic hub