{ "opencollection": "1.0.0", "info": { "name": "Binarly Assistant Subscription API", "version": "4.275.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Subscription", "type": "folder" }, "items": [ { "info": { "name": "List Subscriptions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/users/me/subscriptions", "params": [ { "name": "resourceName", "value": "", "type": "query" } ] }, "docs": "List Subscriptions" }, { "info": { "name": "Create Subscription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v4/users/me/subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Create Subscription" }, { "info": { "name": "Delete Subscription", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/v4/users/me/subscriptions/:subscriptionId", "params": [ { "name": "subscriptionId", "value": "", "type": "path" } ] }, "docs": "Delete Subscription" } ] } ], "bundled": true }