{ "opencollection": "1.0.0", "info": { "name": "Dodo Payments Checkout Sessions Products API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "GET", "url": "https://live.dodopayments.com/products", "params": [ { "name": "page_number", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" } ] }, "docs": "List products" }, { "info": { "name": "Create a product", "type": "http" }, "http": { "method": "POST", "url": "https://live.dodopayments.com/products", "body": { "type": "json", "data": "{}" } }, "docs": "Create a product" }, { "info": { "name": "Get a product", "type": "http" }, "http": { "method": "GET", "url": "https://live.dodopayments.com/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a product" }, { "info": { "name": "Update a product", "type": "http" }, "http": { "method": "PATCH", "url": "https://live.dodopayments.com/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a product" }, { "info": { "name": "Archive a product", "type": "http" }, "http": { "method": "POST", "url": "https://live.dodopayments.com/products/:id/archive", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Archive a product" }, { "info": { "name": "Unarchive a product", "type": "http" }, "http": { "method": "POST", "url": "https://live.dodopayments.com/products/:id/unarchive", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Unarchive a product" } ] } ], "bundled": true }