Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.primefreight.com/auth/tokens \ -H "Content-Type: application/json" \ -d '{"username":"YOUR_USERNAME","password":"YOUR_PASSWORD"}'
{ "token": "<jwt>", "type": "Bearer", "expiresIn": "2h" }
Authenticate requests with a Bearer token.
POST /auth/tokens
Authorization
curl https://api.primefreight.com/v2/shipments/shp_100001 \ -H "Authorization: Bearer <token>"