{ "opencollection": "1.0.0", "info": { "name": "http-api Admin Stripe API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Stripe", "type": "folder" }, "items": [ { "info": { "name": "Check Stripe subscription status", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:30000/stripe/check", "body": { "type": "json", "data": "{}" } }, "docs": "Check the Stripe subscription status" }, { "info": { "name": "Create Stripe session", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:30000/stripe/session", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Stripe customer portal session" } ] } ], "bundled": true }