{ "opencollection": "1.0.0", "info": { "name": "Boltic Gateway Certificates Services API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "Boltic List all services", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.boltic.io/v1/services", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Retrieve a list of all backend services configured in the gateway." }, { "info": { "name": "Boltic Create a new service", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.boltic.io/v1/services", "body": { "type": "json", "data": "{}" } }, "docs": "Register a new backend service in the gateway." }, { "info": { "name": "Boltic Get a service by ID", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.boltic.io/v1/services/:serviceId", "params": [ { "name": "serviceId", "value": "", "type": "path" } ] }, "docs": "Boltic Get a service by ID" }, { "info": { "name": "Boltic Update a service", "type": "http" }, "http": { "method": "PUT", "url": "https://gateway.boltic.io/v1/services/:serviceId", "params": [ { "name": "serviceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Boltic Update a service" }, { "info": { "name": "Boltic Delete a service", "type": "http" }, "http": { "method": "DELETE", "url": "https://gateway.boltic.io/v1/services/:serviceId", "params": [ { "name": "serviceId", "value": "", "type": "path" } ] }, "docs": "Boltic Delete a service" } ] } ], "bundled": true }