Path Parameters
Conferencing application type
Available options:
google-meet
Response
200 - application/json
The response is of type object
.
curl --request POST \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/connect
{
"status": "success",
"data": {
"id": 123,
"type": "google_video",
"userId": 123,
"invalid": true
}
}
curl --request POST \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/connect
{
"status": "success",
"data": {
"id": 123,
"type": "google_video",
"userId": 123,
"invalid": true
}
}
Conferencing application type
google-meet
The response is of type object
.
Was this page helpful?