Headers
value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
Response
200 - application/json
The response is of type object.
curl --request GET \
--url https://api.cal.com/v2/calendars/ics-feed/check \
--header 'Authorization: <authorization>'{}curl --request GET \
--url https://api.cal.com/v2/calendars/ics-feed/check \
--header 'Authorization: <authorization>'{}value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
The response is of type object.
Was this page helpful?