cURL
curl --request POST \ --url https://api.itellico.ai/v1/accounts/{account_id}/phone-numbers \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "sip_trunk_id": "<string>", "number": "<string>", "name": "<string>", "inbound_agent_id": "<string>" } '
{ "id": "<string>", "number": "<string>", "sip_trunk": { "id": "<string>", "name": "<string>" }, "inbound_agent": { "id": "<string>", "name": "<string>", "avatar": "<string>" }, "spam_data": {}, "friendly_name": "<string>", "tellows_data": {} }
Create a phone number attached to a SIP trunk. LiveKit trunks are synchronized automatically; FusionPBX linking is performed when applicable.
SIPTrunk UUID
E.164 phone number
Friendly name
Inbound Agent UUID
Created
Show child attributes
100
Tellows spam check data including score, complaints, caller info, and check timestamp
Was this page helpful?