curl --request GET \ --url "https://api.trestleiq.com/3.1/cnam?phone=2069735100&phone.country_hint=US" \ --header "x-api-key: YOUR_API_KEY" \ --header "Accept: application/json"
{ "id": "Phone.3dbb6fef-a2df-4b08-cfe3-bc7128b6f5b4", "is_valid": true, "belongs_to": { "id": "Person.fffdcf06-0929-4b5a-9921-ee49b101ca84", "name": "Waidong L Syrws", "firstname": "Waidong", "middlename": "L", "lastname": "Syrws" }, "error": { "name": "InternalError", "message": "Could not retrieve entire response" }, "warnings": "Missing Input" }
Validates a phone number and provides person or business name associated to the phone.
GET https://api.trestleiq.com/3.1/cnam?api_key=[insert_key]&phone=[insert_phone_number]
phone=2069735100
phone.country_hint=US
{{apiKey}}
Show owner object
Show error object
Invalid Input
International number. Not authorized
Missing Input