{ "opencollection": "1.0.0", "info": { "name": "Nationgraph Accounts Subscription API", "version": "0.2.36" }, "items": [ { "info": { "name": "Subscription", "type": "folder" }, "items": [ { "info": { "name": "Create Subscription For User", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v3/subscriptions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Subscription For User" }, { "info": { "name": "Update Subscription", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v3/subscriptions/:subscription_id", "params": [ { "name": "subscription_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Subscription" } ] } ], "bundled": true }