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

Overview

The “Get Cal.com Events” endpoint allows users to retrieve information about events from their Cal.com integration in Toingg. By sending a POST request to the /get_cal_com_events endpoint, users can access details such as event times, participants, and other relevant scheduling information. This functionality is crucial for reviewing and managing Cal.com events, ensuring that scheduling is efficient and aligned with user needs. The endpoint provides comprehensive event information to support effective calendar management and integration with external systems.

Example cURL Request

curl -X GET \
  'https://api.toingg.com/api/v3/meetings/get_cal_com_events?apiKey=YOUR_API_KEY' \
 -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.

Query Parameters

apiKey
string
required

Response

200
application/json
Successful Response

The response is of type any.