{ "opencollection": "1.0.0", "info": { "name": "DAT Freight & Analytics API (Modeled) BookNow Load Board Search API", "version": "1.0-modeled" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Load Board Search", "type": "folder" }, "items": [ { "info": { "name": "Search loads or trucks (modeled)", "type": "http" }, "http": { "method": "POST", "url": "https://identity.api.dat.com/loadboard/v3/searches", "body": { "type": "json", "data": "{}" } }, "docs": "Run a LoadSearch against the DAT One marketplace by lane, equipment type, age, and other filters. MODELED path and schema." } ] } ], "bundled": true }