{ "opencollection": "1.0.0", "info": { "name": "Vantage AccessGrants UserFeedback API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "UserFeedback", "type": "folder" }, "items": [ { "info": { "name": "Submit user feedback", "type": "http" }, "http": { "method": "POST", "url": "https://api.vantage.sh/v2/user_feedback", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://console.vantage.sh/account/profile", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Provide UserFeedback for our product and features." } ] } ], "bundled": true }