Using a CNAM HTTP Request

Returns the caller information (if found) for a telephone number.

A sample response might look like:

{
  "callerInformation": "Telnyx,LLC"
}
Request
query Parameters
tn
required
string <^[\d]{10,15}>

The requested telephone number in E.164 format, may or may not begin with "1"

Responses
200

Successful call

401

Unauthorized

404

No caller information found for the input number

406

Missing required parameters or invalid phone number

get/caller-information
Request samples
Response samples
application/json
{
  • "callerInformation": "Telnyx,LLC"
}