{ "opencollection": "1.0.0", "info": { "name": "Jetic Platform API Specifications Integrations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "Jetic List integrations", "type": "http" }, "http": { "method": "GET", "url": "https://app.us1.jetic.io/api/v1/integrations", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "Number of results per page." }, { "name": "status", "value": "", "type": "query", "description": "Filter by integration status." } ] }, "docs": "Retrieves a list of all integration projects in the current workspace." }, { "info": { "name": "Jetic Create an integration", "type": "http" }, "http": { "method": "POST", "url": "https://app.us1.jetic.io/api/v1/integrations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new integration project with Camel routes and configurations." }, { "info": { "name": "Jetic Get an integration", "type": "http" }, "http": { "method": "GET", "url": "https://app.us1.jetic.io/api/v1/integrations/:integrationId", "params": [ { "name": "integrationId", "value": "", "type": "path", "description": "Unique identifier of the integration." } ] }, "docs": "Retrieves details for a specific integration project." }, { "info": { "name": "Jetic Update an integration", "type": "http" }, "http": { "method": "PUT", "url": "https://app.us1.jetic.io/api/v1/integrations/:integrationId", "params": [ { "name": "integrationId", "value": "", "type": "path", "description": "Unique identifier of the integration." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing integration project." }, { "info": { "name": "Jetic Delete an integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.us1.jetic.io/api/v1/integrations/:integrationId", "params": [ { "name": "integrationId", "value": "", "type": "path", "description": "Unique identifier of the integration." } ] }, "docs": "Deletes an integration project and its associated resources." }, { "info": { "name": "Jetic List routes for an integration", "type": "http" }, "http": { "method": "GET", "url": "https://app.us1.jetic.io/api/v1/integrations/:integrationId/routes", "params": [ { "name": "integrationId", "value": "", "type": "path", "description": "Unique identifier of the integration." } ] }, "docs": "Retrieves all Camel routes defined within an integration project." } ] } ], "bundled": true }