Skip to main content
GET
List Clients

List Logistics Clients

Get the list of all unique clients that have registered shipments in the system. Useful for populating selectors or verifying that your uploads were processed correctly.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: ff4adcc7-8172-45fe-9cf1-e90a6de53aa9
string
required
Your user UUIDExample: a1b2c3d4-e5f6-7890-abcd-ef1234567890
This endpoint requires no query parameters. It returns all unique clients for your organization.

Response

array
Array of unique client namesExample: ["Correos Express", "DHL", "SEUR"]

Example

Successful Response

Use Cases

Verify Upload

After uploading a CSV, verify that the client appears in the list:

Populate UI Selector

Validate Client Name

Before generating a report, verify that the client exists:

Notes

The client list is dynamically generated based on the shipments you’ve uploaded. If you just completed an upload, wait a few seconds for processing to finish.
Client names are case-sensitive. "Correos Express" and "correos express" are considered different.

Get Report

Generate report for a client

Upload CSV

Upload bulk shipments