{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists subscriptions API", "version": "1.0.0" }, "items": [ { "info": { "name": "subscriptions", "type": "folder" }, "items": [ { "info": { "name": "creates_a_checkout_for_a_draft_subscription_internal", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/subscriptions/:id/checkout", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the subscription" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a checkout for a draft subscription (internal)" } ] } ], "bundled": true }