latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

Conference

Retrieve a conference server

Retrieve a conference server.

get/conference_servers/{id}

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the conference server.

Response

OK

idstring

The unique ID of the resource.

namestring

The name of conference server.

enabledboolean

The activate status or deactivated status.

type'INTERNAL' | 'EXTERNAL'

Every PortSIP PBX has a built-in conference server marked as INTERNAL;
Newly added conference servers will be marked as "EXTERNAL".

ipv4string

Host IPV4 address.

ipv6string

Host IPV6 address.

max_roomsinteger

The maximum number of rooms for conference server.

max_participantsinteger

The maximum number of participants for conference server.

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}