{ "opencollection": "1.0.0", "info": { "name": "Formbricks Action Classes API", "version": "2.0" }, "items": [ { "info": { "name": "Action Classes", "type": "folder" }, "items": [ { "info": { "name": "List action classes", "type": "http" }, "http": { "method": "GET", "url": "https://app.formbricks.com/api/v1/management/action-classes", "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "List action classes" }, { "info": { "name": "Create an action class", "type": "http" }, "http": { "method": "POST", "url": "https://app.formbricks.com/api/v1/management/action-classes", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Create an action class" }, { "info": { "name": "Delete an action class", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.formbricks.com/api/v1/management/action-classes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "docs": "Delete an action class" } ] } ], "bundled": true }