{ "opencollection": "1.0.0", "info": { "name": "Koyeb Rest activity Subscriptions API", "version": "1.0.0" }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Get Subscription", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the instance" } ] }, "docs": "Get Subscription" } ] } ], "bundled": true }