{ "opencollection": "1.0.0", "info": { "name": "Client API v1.8 authenticated shift API", "version": "1.8.45" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "shift", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of shifts for a location", "type": "http" }, "http": { "method": "GET", "url": "https://client-api.staging.roadsync.com/{basePath}/shift/list", "params": [ { "name": "locationId", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Retrieve a list of shifts for a location" }, { "info": { "name": "shift_list_options", "type": "http" }, "http": { "method": "OPTIONS", "url": "https://client-api.staging.roadsync.com/{basePath}/shift/list" } } ] } ], "bundled": true }