Overview
The Caller Identification API provides an incoming caller’s identity, including phone metadata (carrier, line type, prepaid status, etc.), name, demographics, and current address.
Endpoint
GET https://api.trestleiq.com/3.0/caller_id?phone={phone}
Parameters
The phone number in E.164 or local format. The default country calling code is
+1 (USA). Example: 2069735100
The ISO-3166 alpha-2 country code of the phone number. Example: US
Person or Business name associated with the phone number.
The postal code of the subscriber address associated with the phone number.
Your API key for authentication.
Code Examples
cURL
JavaScript
Node.js
Python
C#
Go
PHP
Java
curl --request GET \
--url "https://api.trestleiq.com/3.0/caller_id?phone=2069735100" \
--header "x-api-key: YOUR_API_KEY"
Response
The persistent ID of the phone number.
The phone number in E.164 or local format.
True if the phone number is valid.
The line type of the phone number (Landline, Mobile, FixedVOIP, NonFixedVOIP,
etc.).
The company that provides voice and/or data services for the phone number.
The primary owner of the phone number (Person or Business).
Current locations associated with the caller.