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