{ "opencollection": "1.0.0", "info": { "name": "Gencove Back array billing API", "version": "v2" }, "items": [ { "info": { "name": "billing", "type": "folder" }, "items": [ { "info": { "name": "billing_portal_create", "type": "http" }, "http": { "method": "POST", "url": "https://api.gencove.com/api/v2/billing-portal/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieve currently logged in user's Stripe customer portal url." } ] } ], "bundled": true }