ip auth request

API Docs by APIMATIC

IP Auth Request

For SIP trunks with IP-based authentication contains status of the IP Authentication request.

Fields

NameDescription
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"
}