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.
Response
Registration status payload
Identifier of the UAC connection.
Human-readable connection name.
The credential type that was looked up.
uac_external_credential SIP username used for the registration.
True if the endpoint is currently registered.
Human-readable registration status derived from the registrar state.
unregistering, connection_disabled, standby, failed, trying, registered, unknown SIP response from the last registration attempt.
"200 OK"
Detailed registration information reported by the registrar.