{ "opencollection": "1.0.0", "info": { "name": "Boltic Gateway Certificates Plugins API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Plugins", "type": "folder" }, "items": [ { "info": { "name": "Boltic List all plugins", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.boltic.io/v1/plugins" }, "docs": "Retrieve a list of all plugins configured in the gateway." }, { "info": { "name": "Boltic Create a new plugin", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.boltic.io/v1/plugins", "body": { "type": "json", "data": "{}" } }, "docs": "Add a plugin to the gateway for transformation, security, or observability." }, { "info": { "name": "Boltic Get a plugin by ID", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.boltic.io/v1/plugins/:pluginId", "params": [ { "name": "pluginId", "value": "", "type": "path" } ] }, "docs": "Boltic Get a plugin by ID" }, { "info": { "name": "Boltic Update a plugin", "type": "http" }, "http": { "method": "PUT", "url": "https://gateway.boltic.io/v1/plugins/:pluginId", "params": [ { "name": "pluginId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Boltic Update a plugin" }, { "info": { "name": "Boltic Delete a plugin", "type": "http" }, "http": { "method": "DELETE", "url": "https://gateway.boltic.io/v1/plugins/:pluginId", "params": [ { "name": "pluginId", "value": "", "type": "path" } ] }, "docs": "Boltic Delete a plugin" } ] } ], "bundled": true }