{ "opencollection": "1.0.0", "info": { "name": "Golioth Management Access Billing API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Billing", "type": "folder" }, "items": [ { "info": { "name": "Billing_CreateCustomerPortalSession", "type": "http" }, "http": { "method": "POST", "url": "https://api.golioth.io/v1/organizations/:organizationId/customer_portal_sessions", "params": [ { "name": "organizationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }