{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Integration API", "version": "1.0.0" }, "items": [ { "info": { "name": "Integration", "type": "folder" }, "items": [ { "info": { "name": "GetIntegrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/integration", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "CreateIntegration", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/integration", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetIntegration", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/integration/:integrationId", "params": [ { "name": "integrationId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "UpdateIntegration", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/integration/:integrationId", "params": [ { "name": "integrationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetIntegrationByType", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/integration/type/:type", "params": [ { "name": "type", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetSlackSettings", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/integration/slack/settings", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "GetSlackChannels", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/integration/slack/channels", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "TestStripeMeterEvent", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/integration/:integrationId/stripe/test-meter-event", "params": [ { "name": "integrationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }