GET
/
v2
/
conferencing
/
default
curl --request GET \
  --url https://api.cal.com/v2/conferencing/default
{
  "status": "success",
  "data": {
    "appSlug": "<string>",
    "appLink": "<string>"
  }
}

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object