{ "opencollection": "1.0.0", "info": { "name": "ItsaCheckmate Marketplace for Developers Locations Menus API", "version": "2.2" }, "items": [ { "info": { "name": "Menus", "type": "folder" }, "items": [ { "info": { "name": "ItsaCheckmate Get Menu", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox-api.itsacheckmate.com/api/v2/menu/:order_source", "headers": [ { "name": "accept", "value": "application/json" } ], "params": [ { "name": "order_source", "value": "doordash", "type": "path", "description": "Name of the ordering platform (e.g. doordash, ubereats, grubhub)." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the menu for the location as published to a specific ordering platform. Requires an access token issued with the menus scope, and the location has to be verified first." } ] } ], "bundled": true }