{ "opencollection": "1.0.0", "info": { "name": "ArcBest Pickups Rates API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Rates", "type": "folder" }, "items": [ { "info": { "name": "ArcBest Get LTL Rate Quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.arcbest.com/v2/rates/ltl", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Request a real-time LTL freight rate quote with transit time estimate." } ] } ], "bundled": true }