Skip to main content
POST
/
v3
/
teams
/
{team}
/
partner
/
stripe-connect
/
login-link
Get Login Link
curl --request POST \
  --url https://app.plugchoice.com/api/v3/teams/{team}/partner/stripe-connect/login-link \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}
Generates a login link to the Stripe Express dashboard for the team’s connected Stripe account. The team must have an active Stripe Connect integration.
team
string
required
The UUID of the team.

Response

url
string
The Stripe dashboard login URL.