{ "opencollection": "1.0.0", "info": { "name": "Unlock Locksmith Applications Stripe API", "version": "2" }, "items": [ { "info": { "name": "Stripe", "type": "folder" }, "items": [ { "info": { "name": "connectStripeAccount", "type": "http" }, "http": { "method": "POST", "url": "https://locksmith.unlock-protocol.com/v2/stripe/connect/:network/locks/:lockAddress", "params": [ { "name": "network", "value": "", "type": "path", "description": "Network id." }, { "name": "lockAddress", "value": "", "type": "path", "description": "Lock address." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Connect a stripe account to a lock" }, { "info": { "name": "getStripeConnections", "type": "http" }, "http": { "method": "GET", "url": "https://locksmith.unlock-protocol.com/v2/stripe/connections", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Lists the locks connected to Stripe for a user" } ] } ], "bundled": true }