List Clients
List Clients
Get the list of all unique clients with registered logistics requests
GET
List Clients
List Logistics Clients
Get all unique client identifiers that have been used in logistics requests for your organization. Useful for populating dropdowns, filtering reports, or verifying data imports.New API: This endpoint is part of the new API architecture with improved design and maintainability.
Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faResponse
Returns an array of unique client names, sorted alphabetically.Array of unique client identifiers (strings)
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key404 Not Found
Cause: Organization not foundx-organization-id header contains a valid organization UUID.
Use Cases
Populate a Client Selector
Build a dropdown for filtering packages by client:Validate Client Before Filtering
Before filtering packages, verify the client exists:Generate Summary by Client
Get emissions summary for each client:Notes
The client list is dynamically generated based on the logistics requests in your organization. New clients appear automatically when you create requests with new client identifiers.
Related Endpoints
Get Packages
Filter packages by client
Create Request
Create logistics requests with client identifier
Get Vehicle Types
List available vehicle types for calculations

