GuideLab API

Get Stripe Connect Dashboard Link

Return the Stripe Dashboard URL for Standard accounts, with legacy login-link support for Express accounts.

GET
/stripe-connect/dashboard-link

Return the Stripe Dashboard URL for Standard accounts, with legacy login-link support for Express accounts.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X GET "https://example.com/stripe-connect/dashboard-link"
{  "url": "http://example.com",  "type": "string"}
Empty
Empty