latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

Administration

Retrieve current system status

Get current status of system.

get/admin/status

Response

OK

versionstring

The version information of PortSIP PBX.

newsstring

The news information of PortSIP PBX.

license_keystring

The license key of PortSIP PBX.

license_typestring

The license type of product.

maintenance_expires_atstring date_time

The RFC 3339 format is defined by The date_time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

max_concurrent_callsinteger

The number of authorized concurrent calls purchased by the user.

licensed_usersinteger

The maximum number of authorized users purchased by the system admin.

current_usersinteger

The number of current users of the system.

online_usersinteger

The number of current online users of the system.

current_tenantsinteger

The number of current tenants of the system.

current_dealersinteger

The number of current dealers of the system.

current_callsinteger

The current number of calls.

current_trunksinteger

The current number of trunks.

current_conference_serversinteger

The current number of conference servers.

current_media_serversinteger

The current number of media servers.

current_call_queue_serversinteger

The current number of call queue servers.

current_ivr_serversinteger

The current number of ivr servers.

Example response

{
  "maintenance_expires_at": "2017-07-21T17:32:28Z",
  "calls_in_24_hours": [
    {
      "time": "2017-07-21T17:32:28Z"
    }
  ]
}