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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The kind of credential to look up. uac_external_credential is keyed by connection_id; telephony_credential is keyed by username.
uac_external_credential, telephony_credential Identifier of the UAC connection to look up. Required when credential_type is uac_external_credential.
SIP username of the telephony credential to look up. Required when credential_type is telephony_credential.
Response
Registration status payload
Identifier of the connection associated with the credential.
Human-readable connection name.
The credential type that was looked up.
uac_external_credential, telephony_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. The populated fields depend on credential_type.