cURL
curl --request POST \ --url https://api.cal.com/v2/conferencing/{app}/default \ --header 'Authorization: <authorization>'
{ "status": "success" }
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Bearer <token>
<token>
Conferencing application type
google-meet
zoom
msteams
daily-video
success
error
"success"
Was this page helpful?