Path Parameters
Response
200 - application/json
Example:
"success"
curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/stripe/check
{
"status": "success"
}
curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/stripe/check
{
"status": "success"
}
"success"
Was this page helpful?