PacSortDevelopers
PacSort Online / API

From API key
to printed label.

Connect your order system, create a shipment and retrieve its label. Start with one authenticated request.

Production environment REST / JSON API v1.4
01 / Get started

Three steps to your first label

Use a key issued for the same environment as your API requests. Your portal password is separate from your API key.

1

Get an API key

Ask your PacSort Online contact for an active key for your company and environment. If you cannot see API keys in the portal, ask your administrator or support.

2

Check authentication

Send your key as a Bearer token to GET /health/auth. A 200 response with status: ok confirms access.

API environments and portal addresses
EnvironmentAPI base URLPortal
Sandboxhttps://api.dev.pacsortonline.comOpen sandbox
Productionhttps://api.pacsortonline.comOpen production

Confirm your test setup and enabled services with your PacSort Online contact before creating shipments. Use synthetic recipient data for integration tests.

Prepare your sandbox test →