Path Parameters
Conferencing application type
Available options:
google-meet
, zoom
, msteams
, daily-video
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}/default
{
"status": "success"
}
curl --request POST \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/default
{
"status": "success"
}
Conferencing application type
google-meet
, zoom
, msteams
, daily-video
The response is of type object
.
Was this page helpful?