{ "opencollection": "1.0.0", "info": { "name": "Workable Accounts Subscriptions API", "version": "3.21.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://{subdomain}.workable.com/spi/v3/subscriptions" }, "docs": "List subscriptions" }, { "info": { "name": "Create subscription", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/subscriptions" }, "docs": "Create subscription" }, { "info": { "name": "Delete subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.workable.com/spi/v3/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete subscription" } ] } ], "bundled": true }