{ "opencollection": "1.0.0", "info": { "name": "Paystack Accept Payments Balance Product API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Product", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/product", "params": [ { "name": "perPage", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "active", "value": "", "type": "query" }, { "name": "from", "value": "", "type": "query", "description": "The start date" }, { "name": "to", "value": "", "type": "query", "description": "The end date" } ] }, "docs": "List Products" }, { "info": { "name": "Create Product", "type": "http" }, "http": { "method": "POST", "url": "https://api.paystack.co/product", "body": { "type": "json", "data": "{}" } }, "docs": "Create Product" }, { "info": { "name": "Fetch Product", "type": "http" }, "http": { "method": "GET", "url": "https://api.paystack.co/product/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Fetch Product" }, { "info": { "name": "Update product", "type": "http" }, "http": { "method": "PUT", "url": "https://api.paystack.co/product/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update product" }, { "info": { "name": "Delete Product", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.paystack.co/product/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Product" } ] } ], "bundled": true }