Skip to main content
GET
/
v2
/
organizations
/
{orgId}
/
teams
/
{teamId}
/
stripe
/
check
Check team Stripe connection
curl --request GET \
  --url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/stripe/check \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

teamId
number
required

Response

200 - application/json
status
object
required
Example:

"success"