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' required
The kind of credential to look up. Only uac_external_credential is supported today.
connection_idstring required
Identifier of the UAC connection to look up.
Response
Registration status payload
Example response
{
"last_registration_response": "200 OK"
}