Skip to content

Get the current default conferencing provider

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

X-Target-Org-Id
Any of:
string

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.

object
data
required
object
credential_id
Any of:
integer
link
Any of:
string
provider
Any of:
string

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string