{ "opencollection": "1.0.0", "info": { "name": "Deliverect Channel Accounts Allergens API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.deliverect.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Allergens", "type": "folder" }, "items": [ { "info": { "name": "Deliverect Allergens and Tags", "type": "http" }, "http": { "method": "GET", "url": "https://api.deliverect.com/allAllegens" }, "docs": "Get allergens and tags existing in Deliverect." } ] } ], "bundled": true }