{ "opencollection": "1.0.0", "info": { "name": "Paddle Addresses Businesses API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Businesses", "type": "folder" }, "items": [ { "info": { "name": "List businesses for a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.paddle.com/customers/:customer_id/businesses", "params": [ { "name": "customer_id", "value": "", "type": "path" } ] }, "docs": "List businesses for a customer" }, { "info": { "name": "Create a business for a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.paddle.com/customers/:customer_id/businesses", "params": [ { "name": "customer_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a business for a customer" }, { "info": { "name": "Get a business for a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.paddle.com/customers/:customer_id/businesses/:business_id", "params": [ { "name": "customer_id", "value": "", "type": "path" }, { "name": "business_id", "value": "", "type": "path" } ] }, "docs": "Get a business for a customer" }, { "info": { "name": "Update a business for a customer", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.paddle.com/customers/:customer_id/businesses/:business_id", "params": [ { "name": "customer_id", "value": "", "type": "path" }, { "name": "business_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a business for a customer" } ] } ], "bundled": true }