Get the current default conferencing provider
GET /appointments/conferencing/default
GET
/appointments/conferencing/default
Get the default conferencing provider. Returns provider, credential_id,
and link. Returns {data: {provider: null}} when none is configured.
Reuses the in-app get_default_conferencing logic.
Authorizations
Parameters
Header Parameters
Responses
200
Successful Response
Envelope for GET/POST conferencing default. Inner fields are all-Optional
(null when nothing is configured), so the envelope is what carries the
real payload through response validation.
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string