{ "opencollection": "1.0.0", "info": { "name": "JFrog Access REST Access Tokens Integrations API", "version": "2.x" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "JFrog List Integrations", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.jfrog.io/access/v1/integrations" }, "docs": "Returns a list of all configured integrations." }, { "info": { "name": "JFrog Create Integration", "type": "http" }, "http": { "method": "POST", "url": "https://{server}.jfrog.io/access/v1/integrations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new external service integration." }, { "info": { "name": "JFrog Get Integration", "type": "http" }, "http": { "method": "GET", "url": "https://{server}.jfrog.io/access/v1/integrations/:integrationId", "params": [ { "name": "integrationId", "value": "", "type": "path", "description": "Integration ID" } ] }, "docs": "Returns details for a specific integration." }, { "info": { "name": "JFrog Update Integration", "type": "http" }, "http": { "method": "PUT", "url": "https://{server}.jfrog.io/access/v1/integrations/:integrationId", "params": [ { "name": "integrationId", "value": "", "type": "path", "description": "Integration ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing integration." }, { "info": { "name": "JFrog Delete Integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://{server}.jfrog.io/access/v1/integrations/:integrationId", "params": [ { "name": "integrationId", "value": "", "type": "path", "description": "Integration ID" } ] }, "docs": "Deletes an integration." } ] } ], "bundled": true }