{ "opencollection": "1.0.0", "info": { "name": "Client API v1.8 authenticated loads API", "version": "1.8.45" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "loads", "type": "folder" }, "items": [ { "info": { "name": "Get a List of All Loads", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.staging.roadsync.com/{basePath}/loads", "headers": [ { "name": "broker-id", "value": "" } ], "params": [ { "name": "load_number", "value": "", "type": "query", "description": "Filter loads by load number." }, { "name": "external_id", "value": "", "type": "query", "description": "Filter loads by external ID." } ] }, "docs": "Return a list of Loads associated with a Broker. Optionally filter by load_number or external_id." }, { "info": { "name": "Create a Load", "type": "http" }, "http": { "method": "POST", "url": "https://client-api.staging.roadsync.com/{basePath}/loads", "headers": [ { "name": "broker-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Load. If a load with the specified load_number already exists for the broker, the existing load's identifier will be returned with a 201 status instead of creating a duplicate load." }, { "info": { "name": "Get a single Load", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.staging.roadsync.com/{basePath}/loads/:load_id", "headers": [ { "name": "broker-id", "value": "" } ], "params": [ { "name": "load_id", "value": "", "type": "path" } ] }, "docs": "Return a single Load associated with a Broker." } ] } ], "bundled": true }