{ "opencollection": "1.0.0", "info": { "name": "Whop REST API (v1) Checkout Configurations 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://api.whop.com/api/v1/products", "params": [ { "name": "company_id", "value": "", "type": "query", "description": "Filter by company; required for API keys." }, { "name": "after", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "first", "value": "", "type": "query" } ] }, "docs": "List products" }, { "info": { "name": "Create a product", "type": "http" }, "http": { "method": "POST", "url": "https://api.whop.com/api/v1/products", "body": { "type": "json", "data": "{}" } }, "docs": "Create a product" }, { "info": { "name": "Retrieve a product", "type": "http" }, "http": { "method": "GET", "url": "https://api.whop.com/api/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The product ID." } ] }, "docs": "Retrieve a product" }, { "info": { "name": "Update a product", "type": "http" }, "http": { "method": "POST", "url": "https://api.whop.com/api/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The product ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a product" }, { "info": { "name": "Delete a product", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.whop.com/api/v1/products/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The product ID." } ] }, "docs": "Delete a product" } ] } ], "bundled": true }