List all carriers or search by name
/v1/telco/carriersList all carriers or search by name, OCN, or company name.
qstringcurl "https://api.do.dev/v1/telco/carriers?q=verizon" \
-H "Authorization: Bearer YOUR_API_KEY"{
"carriers": [
{
"ocn": "VZXX",
"companyName": "Verizon Communications, Inc.",
"commonName": "Verizon",
"carrierType": "ILEC",
"state": "NY",
"country": "US",
"npaNxxCount": 847
}
]
}