{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists subscription-cycles API", "version": "1.0.0" }, "items": [ { "info": { "name": "subscription-cycles", "type": "folder" }, "items": [ { "info": { "name": "get_all_subscription_cycles", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/subscriptions/cycles", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "planId", "value": "", "type": "query" }, { "name": "planVariantIds", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Subscription Cycles" }, { "info": { "name": "create_a_subscription_cycle", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/subscriptions/cycles", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Subscription Cycle" }, { "info": { "name": "get_a_subscription_cycle", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/subscriptions/cycles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Subscription Cycle" }, { "info": { "name": "update_a_subscription_cycle", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/subscriptions/cycles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Subscription Cycle" }, { "info": { "name": "activate_a_subscription_cycle", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/subscriptions/cycles/:id/active", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Activate a Subscription Cycle" }, { "info": { "name": "retry_a_subscription_cycles_failed_actions", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/subscriptions/cycles/:id/retry", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retry a Subscription Cycles failed actions" } ] } ], "bundled": true }