{ "opencollection": "1.0.0", "info": { "name": "Paddle Addresses Subscriptions API", "version": "1.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://api.paddle.com/subscriptions", "params": [ { "name": "after", "value": "", "type": "query", "description": "Return entities after the specified cursor for keyset pagination." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of entities per page." }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "List subscriptions" }, { "info": { "name": "Get a subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.paddle.com/subscriptions/:subscription_id", "params": [ { "name": "subscription_id", "value": "", "type": "path" } ] }, "docs": "Get a subscription" }, { "info": { "name": "Update a subscription", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.paddle.com/subscriptions/:subscription_id", "params": [ { "name": "subscription_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a subscription" }, { "info": { "name": "Activate a trialing subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.paddle.com/subscriptions/:subscription_id/activate", "params": [ { "name": "subscription_id", "value": "", "type": "path" } ] }, "docs": "Activate a trialing subscription" }, { "info": { "name": "Pause a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.paddle.com/subscriptions/:subscription_id/pause", "params": [ { "name": "subscription_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Pause a subscription" }, { "info": { "name": "Resume a paused subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.paddle.com/subscriptions/:subscription_id/resume", "params": [ { "name": "subscription_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a paused subscription" }, { "info": { "name": "Cancel a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.paddle.com/subscriptions/:subscription_id/cancel", "params": [ { "name": "subscription_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Cancel a subscription" }, { "info": { "name": "Create a one-time charge for a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.paddle.com/subscriptions/:subscription_id/charge", "params": [ { "name": "subscription_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a one-time charge for a subscription" }, { "info": { "name": "Get a transaction to update payment method", "type": "http" }, "http": { "method": "GET", "url": "https://api.paddle.com/subscriptions/:subscription_id/update-payment-method-transaction", "params": [ { "name": "subscription_id", "value": "", "type": "path" } ] }, "docs": "Get a transaction to update payment method" } ] } ], "bundled": true }