{ "opencollection": "1.0.0", "info": { "name": "Parade Transactions Available Trucks Load Synchronization API", "version": "1.1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Load Synchronization", "type": "folder" }, "items": [ { "info": { "name": "Fetch updated info about a Load and it's allowed actions here\n", "type": "http" }, "http": { "method": "GET", "url": "https://api.capacity.stage.parade.ai/ls/syndication/loads/:external_posting_id", "params": [ { "name": "external_posting_id", "value": "", "type": "path", "description": "Unique `external_posting_id` of the Load that is being fetched" }, { "name": "dot_number", "value": "123123", "type": "query", "description": "DOT number of carrier that is trying to view/perform actions on this Load" } ] }, "docs": "Fetch updated info about a Load and it's allowed actions here\n" } ] } ], "bundled": true }