Lookup
Look up for phone number
Perform a phone number lookup.
get/lookup/{phone_number}
Path parameters
phone_numberstring phone_number required
An E.164 formatted phone number to look up.
Query parameters
typestring[]
Optional features. Possible values are:
- cnam - Retrieve CNAM (Caller ID Name) along with other information. Contact us if you need to use this functionality.
Headers
customer-uuidstring uuid required
Your customer UUID, which can be found in the API settings in the dashboard.
Response
OK
Example response
{
"phone_number": "+1234567890",
"mcc": "310",
"mnc": "410",
"carrier": "AT&T",
"country_code": "US",
"line_type": "Mobile"
}