v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
UAC Connections

Check a UAC Connection Registration Status

Checks the registration status for a UAC connection (registration_status) as well as the timestamp for the last SIP registration event (registration_status_updated_at).

post/uac_connections/{id}/actions/check_registration_status

Path parameters

idstring required

Identifies the resource.

Response

Successful response with details about a credential connection registration status.

Example response

{
  "data": {
    "ip_address": "190.106.106.121",
    "last_registration": "2021-09-28T15:11:02",
    "port": 37223,
    "record_type": "registration_status",
    "sip_username": "rogerp",
    "status": "Expired",
    "transport": "UDP",
    "user_agent": "Z 5.4.12 v2.10.13.2-mod"
  }
}