curl --request GET \
--url https://api.open.cx/phone/sip/agents/{phone_agent_id}/transfer-destinations[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "phone",
"value": "<string>"
}
]Get the transfer destinations assigned to an agent.
curl --request GET \
--url https://api.open.cx/phone/sip/agents/{phone_agent_id}/transfer-destinations[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"type": "phone",
"value": "<string>"
}
]Default Response
Was this page helpful?