GET
/
get_cal_com_info
curl --request GET \
  --url https://api.toingg.com/api/v3/get_cal_com_info \
  --header 'Authorization: Bearer <token>'
"<any>"

Overview

The “Get Cal.com Info” endpoint allows users to retrieve information about Cal.com integrations added to their Toingg account. By sending a POST request to the /get_cal_com_info endpoint, users can access details such as meeting times, participants, and other relevant scheduling information. This functionality is crucial for reviewing and managing Cal.com calendar integrations, ensuring that scheduling is efficient and aligned with user needs.

Example cURL Request

curl -X GET \
 'https://api.toingg.com/api/v3/meetings/get_cal_com_info?meeting_id=YOUR_MEETING_ID' \
 -H 'accept: application/json' \
 -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

200 - application/json
Successful Response

The response is of type any.