{ "opencollection": "1.0.0", "info": { "name": "Creem Checkouts Products API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a product", "type": "http" }, "http": { "method": "GET", "url": "https://api.creem.io/v1/products", "params": [ { "name": "product_id", "value": "", "type": "query" } ] }, "docs": "Retrieve a single product by its identifier." }, { "info": { "name": "Create a product", "type": "http" }, "http": { "method": "POST", "url": "https://api.creem.io/v1/products", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new product for one-time or recurring billing." }, { "info": { "name": "List all products", "type": "http" }, "http": { "method": "GET", "url": "https://api.creem.io/v1/products/search", "params": [ { "name": "page_number", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" } ] }, "docs": "Search and retrieve a paginated list of products." } ] } ], "bundled": true }