{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Login API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Login", "type": "folder" }, "items": [ { "info": { "name": "Stripe Create Login Link", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/accounts/:account/login_links", "params": [ { "name": "account", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Creates a single-use login link for an Express account to access their Stripe dashboard.

\n\n

You may only create login links for Express accounts connected to your platform.

" } ] } ], "bundled": true }