For the complete documentation index, see llms.txt. This page is also available as Markdown.

Status

Retrieve current tenant status

get

Get status of current tenant.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
versionstringOptional

The version information of PortSIP PBX.

licensed_usersinteger · int32Optional

The maximum number of authorized users purchased by the tenant from System Admin or Dealer.

current_usersinteger · int32Optional

The number of current users of the tenant.

online_usersinteger · int32Optional

The number of current online users of the tenant.

current_callsinteger · int32Optional

The current number of calls.

current_queuesinteger · int32Optional

The current number of call queues.

current_conference_roomsinteger · int32Optional

The current number of conference rooms.

current_ring_groupsinteger · int32Optional

The current number of ring groups.

current_ivrsinteger · int32Optional

The current number of virtual receptionists.

current_trunksinteger · int32Optional

The current number of trunks.

get
/tenant/status

Was this helpful?