{ "opencollection": "1.0.0", "info": { "name": "Terapi Actions Integrations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "List Integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.terapi.dev/integration" }, "docs": "Returns a list of all configured integrations (provider configurations) in your Terapi environment." }, { "info": { "name": "Create Integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.terapi.dev/integration", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new integration configuration with credentials for a third-party provider. This enables end-users to connect to this provider." }, { "info": { "name": "Get Integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.terapi.dev/integration/:provider_config_key", "params": [ { "name": "provider_config_key", "value": "", "type": "path", "description": "The unique key for this integration configuration" } ] }, "docs": "Returns details of a specific integration configuration." }, { "info": { "name": "Delete Integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.terapi.dev/integration/:provider_config_key", "params": [ { "name": "provider_config_key", "value": "", "type": "path", "description": "The unique key for this integration configuration" } ] }, "docs": "Deletes an integration configuration. All associated connections will also be deleted." } ] } ], "bundled": true }