curl --request POST \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/default \
--header 'Authorization: Bearer <token>'{
"status": "success"
}curl --request POST \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/conferencing/{app}/default \
--header 'Authorization: Bearer <token>'{
"status": "success"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Conferencing application type
google-meet, zoom, msteams, daily-video success, error "success"
Was this page helpful?