POST
/
v2
/
conferencing
/
{app}
/
default
curl --request POST \
  --url https://api.cal.com/v2/conferencing/{app}/default
{
  "status": "success"
}

Path Parameters

app
string
required

Response

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

"success"