{ "opencollection": "1.0.0", "info": { "name": "Client API v1.8 authenticated brokers API", "version": "1.8.45" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "brokers", "type": "folder" }, "items": [ { "info": { "name": "Get All Brokers", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.staging.roadsync.com/{basePath}/brokers" }, "docs": "Return a list of all the brokers linked to your API Key." }, { "info": { "name": "Get a Single Broker", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.staging.roadsync.com/{basePath}/brokers/:broker_id", "params": [ { "name": "broker_id", "value": "", "type": "path" } ] }, "docs": "Get a single broker." } ] } ], "bundled": true }