Skip to main content
GET
/
phone
/
sip
/
agents
/
{phone_agent_id}
/
config
Get agent SIP configuration
curl --request GET \
  --url https://api.open.cx/phone/sip/agents/{phone_agent_id}/config
{
  "inbound_numbers": [
    {
      "id": "<string>",
      "phone_number": "<string>",
      "status": "<string>"
    }
  ],
  "outbound_trunk_id": "<string>",
  "outbound_trunk_name": "<string>"
}

Path Parameters

phone_agent_id
string
required

Response

Default Response

inbound_numbers
object[]
required
outbound_trunk_id
string | null
required
outbound_trunk_name
string | null
required