{ "opencollection": "1.0.0", "info": { "name": "Hyperline Billable Events Subscriptions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "List subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.hyperline.co/v1/subscriptions" }, "docs": "List subscriptions" }, { "info": { "name": "Create a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperline.co/v1/subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a subscription" }, { "info": { "name": "Retrieve a subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.hyperline.co/v1/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a subscription" }, { "info": { "name": "Update a subscription", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.hyperline.co/v1/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a subscription" }, { "info": { "name": "Activate a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperline.co/v1/subscriptions/:id/activate", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Activate a subscription" }, { "info": { "name": "Cancel a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperline.co/v1/subscriptions/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Cancel a subscription" }, { "info": { "name": "Pause a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperline.co/v1/subscriptions/:id/pause", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Pause a subscription" }, { "info": { "name": "Refresh subscriptions usage data and related open invoices", "type": "http" }, "http": { "method": "POST", "url": "https://api.hyperline.co/v1/subscriptions/refresh" }, "docs": "Refresh subscriptions usage data and related open invoices" } ] } ], "bundled": true }