curl --request GET \
--url https://api.cal.com/v2/conferencing/{app}/oauth/auth-url \
--header 'Authorization: <authorization>'{
"status": "success"
}curl --request GET \
--url https://api.cal.com/v2/conferencing/{app}/oauth/auth-url \
--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
Conferencing application type
zoom, msteams success, error "success"
Was this page helpful?