GET
/
v2
/
stripe
/
check
/
{teamId}
curl --request GET \
  --url https://api.cal.com/v2/stripe/check/{teamId}
{
  "status": "success"
}

Path Parameters

teamId
string
required

Response

200 - application/json
status
string
required
Example:

"success"