{ "opencollection": "1.0.0", "info": { "name": "NetBird REST Accounts Subscription API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Subscription", "type": "folder" }, "items": [ { "info": { "name": "Get current subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.netbird.io/api/integrations/billing/subscription" }, "docs": "Get current subscription" }, { "info": { "name": "Change subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://api.netbird.io/api/integrations/billing/subscription", "body": { "type": "json", "data": "{}" } }, "docs": "Change subscription" } ] } ], "bundled": true }