{ "opencollection": "1.0.0", "info": { "name": "Cal.diy API v2 Api Keys Stripe API", "version": "1.0.0" }, "items": [ { "info": { "name": "Stripe", "type": "folder" }, "items": [ { "info": { "name": "Get Stripe connect URL", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/stripe/connect", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get Stripe connect URL" }, { "info": { "name": "Save Stripe credentials", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/stripe/save", "params": [ { "name": "state", "value": "", "type": "query" }, { "name": "code", "value": "", "type": "query" } ] }, "docs": "Save Stripe credentials" }, { "info": { "name": "Check Stripe connection", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/stripe/check", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Check Stripe connection" } ] } ], "bundled": true }