{ "opencollection": "1.0.0", "info": { "name": "Boltic Gateway Certificates Sources API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "Boltic List available source types", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.boltic.io/v1/sources" }, "docs": "Boltic List available source types" } ] } ], "bundled": true }