Skip to main content
GET
/
v2
/
organizations
/
{orgId}
/
teams
/
{teamId}
/
stripe
/
connect
Get Stripe connect URL for a team
curl --request GET \
  --url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/stripe/connect \
  --header 'Authorization: <authorization>'
{
  "status": "success",
  "data": {
    "authUrl": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://cal.com/docs/llms.txt

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

Headers

Authorization
string
required

Path Parameters

teamId
number
required
orgId
number
required

Query Parameters

returnTo
string
required
onErrorReturnTo
string
required

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required