{ "opencollection": "1.0.0", "info": { "name": "7shifts Availability Sales API", "version": "2.0" }, "items": [ { "info": { "name": "Sales", "type": "folder" }, "items": [ { "info": { "name": "List Receipts", "type": "http" }, "http": { "method": "GET", "url": "https://api.7shifts.com/v2/company/:company_id/receipts", "params": [ { "name": "company_id", "value": "", "type": "path", "description": "Company identifier." }, { "name": "location_id", "value": "", "type": "query", "description": "Filter by location." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor for the next or previous page." }, { "name": "limit", "value": "", "type": "query", "description": "Results per page (1-500, default 100; 20 for some collections)." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Receipts" }, { "info": { "name": "Create Receipt", "type": "http" }, "http": { "method": "POST", "url": "https://api.7shifts.com/v2/company/:company_id/receipts", "params": [ { "name": "company_id", "value": "", "type": "path", "description": "Company identifier." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Receipt" } ] } ], "bundled": true }