{ "opencollection": "1.0.0", "info": { "name": "PDCP agents Payment API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Payment", "type": "folder" }, "items": [ { "info": { "name": "Get a list of invoices for a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.projectdiscovery.io/v1/payment/stripe/invoices", "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get a list of invoices for a customer" } ] } ], "bundled": true }