{ "opencollection": "1.0.0", "info": { "name": "TetraScience Data and AI Cloud Access Groups Edit Subscriptions API", "version": "4.0" }, "request": { "auth": { "type": "apikey", "key": "ts-auth-token", "value": "{{ts-auth-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Edit Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "Request to create a new subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.tetrascience.com/v1/externalevents/requests/creation", "body": { "type": "json", "data": "{}" } }, "docs": "Request to create a new subscription" }, { "info": { "name": "Request to delete a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.tetrascience.com/v1/externalevents/requests/deletion", "body": { "type": "json", "data": "{}" } }, "docs": "Request to delete a subscription" }, { "info": { "name": "Get a list of all available event types for this org", "type": "http" }, "http": { "method": "GET", "url": "https://api.tetrascience.com/v1/externalevents/availableEventTypes" }, "docs": "Get a list of all available event types for this org" }, { "info": { "name": "Request to update a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.tetrascience.com/v1/externalevents/requests/update", "body": { "type": "json", "data": "{}" } }, "docs": "Request to update a subscription" } ] } ], "bundled": true }