Credential Connections
Check a Credential Connection Registration Status
Returns the live SIP registration status for a credential connection. Reports whether the endpoint is currently registered (status) and the timestamp of the last SIP registration event (last_registration).
post/credential_connections/{id}/actions/check_registration_status
Path parameters
idstring required
Identifies the resource.
Response
Successful response with details about a credential connection registration status.
Example response
{
"data": {
"record_type": "registration_status",
"status": "Expired",
"sip_username": "rogerp",
"ip_address": "190.106.106.121",
"transport": "UDP",
"port": 37223,
"user_agent": "Z 5.4.12 v2.10.13.2-mod",
"last_registration": "2021-09-28T15:11:02"
}
}