Get all exchanges for a specific area code
/v1/telco/npa/{npa}Returns all NXX exchanges for a given NPA (area code).
npastringrequiredcurl "https://api.do.dev/v1/telco/npa/212" \
-H "Authorization: Bearer YOUR_API_KEY"{
"npa": "212",
"state": "NY",
"exchanges": [
{
"nxx": "555",
"rateCenter": "NEW YORK",
"ocn": "VZXX",
"carrier": "Verizon Communications"
}
],
"count": 47
}