curl --request PUT \
--url https://api.open.cx/phone/sip/agents/{phone_agent_id}/inbound-numbers \
--header 'Content-Type: application/json' \
--data '
{
"phone_number_ids": [
"<string>"
]
}
'[
{
"id": "<string>",
"phone_number": "<string>",
"status": "<string>"
}
]Replace the inbound phone numbers assigned to an agent. Calls to these numbers will be routed to this agent.
curl --request PUT \
--url https://api.open.cx/phone/sip/agents/{phone_agent_id}/inbound-numbers \
--header 'Content-Type: application/json' \
--data '
{
"phone_number_ids": [
"<string>"
]
}
'[
{
"id": "<string>",
"phone_number": "<string>",
"status": "<string>"
}
]Verified phone number IDs to assign for inbound calls
Was this page helpful?