This operation retrieves a list of carriers associated with the specific location/s.
Security
bearerAuth
- Sandbox Serverhttps://api-sandbox.sendpro360.pitneybowes.com/pitneytrack/api/v1/carriers
- Production Server (uses live data)https://api.sendpro360.pitneybowes.com/pitneytrack/api/v1/carriers
curl -i -X POST \
'https://api-sandbox.sendpro360.pitneybowes.com/pitneytrack/api/v1/carriers?size=50&page=1&barcodeAware=true' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '[
"B9Ol8nDqpq1"
]'Response
{ "carriers": [ { "carrierId": "XXXX", "name": "Amazon", "barcodeAware": true, "isCustom": false } ], "recentCarriers": [ { "name": "string", "carrierId": "string" } ], "totalCount": 0 }