Headers
value must be Bearer <token>
where <token>
is api key prefixed with cal_ or managed user access token
Response
200 - application/json
Example:
"success"
curl --request GET \
--url https://api.cal.com/v2/stripe/check \
--header 'Authorization: <authorization>'
{
"status": "success"
}
curl --request GET \
--url https://api.cal.com/v2/stripe/check \
--header 'Authorization: <authorization>'
{
"status": "success"
}
value must be Bearer <token>
where <token>
is api key prefixed with cal_ or managed user access token
"success"
Was this page helpful?