Check SIP registration status
Returns the live SIP registration state of a UAC connection: whether it is currently registered, when it last registered, and the last response Telnyx received from the registrar. Only uac_external_credential is supported today.
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The kind of credential to look up. Only uac_external_credential is supported today.
uac_external_credential Identifier of the UAC connection to look up.
Owner of the connection. Used to authorize the lookup.
Response
Registration status payload
The credential type that was looked up.
uac_external_credential Identifier of the UAC connection.
Owner of the connection.
Human-readable connection name.
SIP username used for the registration.
Internal pairing state, e.g. ACTIVE or INACTIVE.
"ACTIVE"
Registration state on the external (UAC / PBX) side, e.g. REGED.
"REGED"
True if the endpoint is currently registered.
SIP response from the last registration attempt.
"200 OK"
Outward-facing SIP settings used for registration. Password is redacted.
Internal routing target the connection delivers calls to.
Raw external-side registration block reported by the registrar.
Raw internal-side block reported by the registrar.