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>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt

Use this file to discover all available pages before exploring further.

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.