{ "opencollection": "1.0.0", "info": { "name": "Aiven API Documentation Account Service_Integrations API", "version": "v1" }, "items": [ { "info": { "name": "Service_Integrations", "type": "folder" }, "items": [ { "info": { "name": "Create a new service integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.aiven.io/v1/project/:project/integration", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new service integration" }, { "info": { "name": "Get service integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/project/:project/integration/:integration_id", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" }, { "name": "integration_id", "value": "", "type": "path", "description": "Integration ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get service integration" }, { "info": { "name": "Update a service integration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aiven.io/v1/project/:project/integration/:integration_id", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" }, { "name": "integration_id", "value": "", "type": "path", "description": "Integration ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a service integration" }, { "info": { "name": "Delete a service integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aiven.io/v1/project/:project/integration/:integration_id", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" }, { "name": "integration_id", "value": "", "type": "path", "description": "Integration ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a service integration" }, { "info": { "name": "List available integration endpoints for project", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/project/:project/integration_endpoint", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List available integration endpoints for project" }, { "info": { "name": "Create a new service integration endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.aiven.io/v1/project/:project/integration_endpoint", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new service integration endpoint" }, { "info": { "name": "Get service integration endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/project/:project/integration_endpoint/:integration_endpoint_id", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" }, { "name": "integration_endpoint_id", "value": "", "type": "path", "description": "Endpoint ID" }, { "name": "include_secrets", "value": "", "type": "query", "description": "Explicitly indicates that the client wants to read secrets that might be returned by this endpoint." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get service integration endpoint" }, { "info": { "name": "Update service integration endpoint", "type": "http" }, "http": { "method": "PUT", "url": "https://api.aiven.io/v1/project/:project/integration_endpoint/:integration_endpoint_id", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" }, { "name": "integration_endpoint_id", "value": "", "type": "path", "description": "Endpoint ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update service integration endpoint" }, { "info": { "name": "Delete a service integration endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.aiven.io/v1/project/:project/integration_endpoint/:integration_endpoint_id", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" }, { "name": "integration_endpoint_id", "value": "", "type": "path", "description": "Endpoint ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a service integration endpoint" }, { "info": { "name": "List available service integration endpoint types", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/project/:project/integration_endpoint_types", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List available service integration endpoint types" }, { "info": { "name": "List available integrations for a service", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/project/:project/service/:service_name/integration", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" }, { "name": "service_name", "value": "", "type": "path", "description": "Service name" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List available integrations for a service" }, { "info": { "name": "List available service integration types", "type": "http" }, "http": { "method": "GET", "url": "https://api.aiven.io/v1/project/:project/integration_types", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project name" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List available service integration types" } ] } ], "bundled": true }