{ "opencollection": "1.0.0", "info": { "name": "Parade Transactions Available Trucks Carrier Synchronization API", "version": "1.1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Carrier Synchronization", "type": "folder" }, "items": [ { "info": { "name": "Carrier update notifications", "type": "http" }, "http": { "method": "POST", "url": "https://api.capacity.stage.parade.ai/your-carrier-sync-webhook", "body": { "type": "json", "data": "{}" } }, "docs": "Set this up if you want to receive carrier sync notifications from Parade.\n\nThese updates can happen in bursts and may be high traffic. We recommend exploring the carrier onboarding lookup API as an alternative.\n" } ] } ], "bundled": true }