{ "opencollection": "1.0.0", "info": { "name": "Leafly Integration Menu Status API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.leafly.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Get menu integration status", "type": "http" }, "http": { "method": "GET", "url": "https://api.leafly.com/v2/menu_integration/:menu_integration_key/status", "params": [ { "name": "menu_integration_key", "value": "", "type": "path", "description": "Leafly-issued key that scopes the request to a single dispensary integration." } ] }, "docs": "Report the health and status of the menu integration." } ] } ], "bundled": true }