Get carrier details by OCN code
/v1/telco/carrier/{ocn}Returns detailed information about a carrier identified by their OCN (Operating Company Number).
ocnstringrequiredcurl "https://api.do.dev/v1/telco/carrier/VZXX" \
-H "Authorization: Bearer YOUR_API_KEY"{
"ocn": "VZXX",
"companyName": "Verizon Communications, Inc.",
"commonName": "Verizon",
"carrierType": "ILEC",
"state": "NY",
"country": "US",
"npaNxxCount": 847
}