{ "opencollection": "1.0.0", "info": { "name": "7digital Artists Subscriptions API", "version": "1.2" }, "request": { "auth": { "type": "apikey", "key": "oauth_consumer_key", "value": "{{oauth_consumer_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "7digital Create Subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.7digital.com/1.2/subscriptions", "body": { "type": "form-urlencoded", "data": [] }, "auth": { "type": "apikey", "key": "oauth_consumer_key", "value": "{{oauth_consumer_key}}", "placement": "query" } }, "docs": "Create a user's subscription. The platform must be notified of all new subscriptions to grant streaming access and to support royalty and usage reporting. Subscriptions last for at most one month and must be renewed each cycle." } ] } ], "bundled": true }