Documentation Index
Fetch the complete documentation index at: https://packageretriever.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Changelog
2026-05-16
NEW: Package Retriever API v1 Launch
The Package Retriever shipping API is now publicly available. Free multi-carrier label creation, rate shopping, tracking, and address validation — no subscription required. Endpoints:POST /v1/addresses/validate— Address validation with residential classificationPOST /v1/rates— Multi-carrier rate shopping with carbon estimatesPOST /v1/labels— Label purchase with wallet deductionGET /v1/labels/{id}— Label details and void statusDELETE /v1/labels/{id}— Label void requestPOST /v1/trackers— Tracking registrationGET /v1/trackers/{id}— Tracking status and eventsGET /v1/carrier-accounts— List BYOA accountsPOST /v1/batches— Batch creation (up to 5,000 labels)POST /v1/batches/{id}/buy— Start batch processingGET /v1/batches/{id}— Batch progressGET /v1/wallet— Wallet balance
- Prepaid wallet with auto-reload
- BYOA carrier accounts at no surcharge
- Sandbox mode (pr_test_ keys)
- label.created webhook with HMAC verification
- Published rate limits on all endpoints
- Normalized error codes with suggestions

