Get details for a specific area code and exchange combination
/v1/telco/npa/{npa}/nxx/{nxx}Returns details for a specific NPA-NXX (area code + exchange) combination.
npastringrequirednxxstringrequiredcurl "https://api.do.dev/v1/telco/npa/212/nxx/555" \
-H "Authorization: Bearer YOUR_API_KEY"{
"npa": "212",
"nxx": "555",
"rateCenter": "NEW YORK",
"state": "NY",
"ocn": "VZXX",
"carrier": "Verizon Communications"
}