{ "opencollection": "1.0.0", "info": { "name": "Formbricks Action Classes Me API", "version": "2.0" }, "items": [ { "info": { "name": "Me", "type": "folder" }, "items": [ { "info": { "name": "Retrieve account information", "type": "http" }, "http": { "method": "GET", "url": "https://app.formbricks.com/api/v1/me", "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Returns the environment and project that the supplied API key belongs to." } ] } ], "bundled": true }