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"
}
The response is of type object
.
Was this page helpful?