GET
/
v2
/
stripe
/
check
curl --request GET \
  --url https://api.cal.com/v2/stripe/check \
  --header 'Authorization: <authorization>'
{
  "status": "success"
}

Headers

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token

Response

200 - application/json
status
string
required
Example:

"success"