curl --request GET \
--url https://api.cal.com/v2/conferencing/default \
--header 'Authorization: <authorization>'{
"status": "success",
"data": {
"appSlug": "<string>",
"appLink": "<string>"
}
}curl --request GET \
--url https://api.cal.com/v2/conferencing/default \
--header 'Authorization: <authorization>'{
"status": "success",
"data": {
"appSlug": "<string>",
"appLink": "<string>"
}
}Was this page helpful?