cURL
curl --request GET \ --url https://api.itellico.ai/v1/accounts/{account_id}/phone-numbers/{phone_number_id} \ --header 'X-API-Key: <api-key>'
{ "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": {} }
Fetch a single phone number by ID for the specified account.
OK
Show child attributes
100
Tellows spam check data including score, complaints, caller info, and check timestamp
Was this page helpful?