curl --request POST \
--url https://api.cal.com/v2/conferencing/{app}/connect \
--header 'Authorization: <authorization>'
{
"status": "success",
"data": {
"id": 123,
"type": "google_video",
"userId": 123,
"invalid": true
}
}
curl --request POST \
--url https://api.cal.com/v2/conferencing/{app}/connect \
--header 'Authorization: <authorization>'
{
"status": "success",
"data": {
"id": 123,
"type": "google_video",
"userId": 123,
"invalid": true
}
}
value must be Bearer <token>
where <token>
is api key prefixed with cal_ or managed user access token
Conferencing application type
google-meet
The response is of type object
.
Was this page helpful?