ip auth request
For SIP trunks with IP-based authentication contains status of the IP Authentication request.
Name | Description |
---|---|
host Required | String Public IP address submitted in IP Authentication request. |
status Required | String Status of the request. Can be either pending or approved |
{
"host": "127.0.0.1",
"status": "pending"
}