UAC Connections
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.
get/sip_registration_status
Query parameters
credential_type'uac_external_credential' | 'telephony_credential' required
The kind of credential to look up. uac_external_credential is keyed by connection_id; telephony_credential is keyed by username.
connection_idstring
Identifier of the UAC connection to look up. Required when credential_type is uac_external_credential.
usernamestring
SIP username of the telephony credential to look up. Required when credential_type is telephony_credential.
Response
Registration status payload
Example response
{
"last_registration_response": "200 OK"
}