GET
/
v2
/
calendars
/
{calendar}
/
check
curl --request GET \
  --url https://api.cal.com/v2/calendars/{calendar}/check \
  --header 'Authorization: <authorization>'
{}

Headers

Authorization
string
required

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

Path Parameters

calendar
enum<string>
required
Available options:
apple,
google,
office365

Response

200 - application/json

The response is of type object.