Carrier

Get carrier details by OCN code

GET/v1/telco/carrier/{ocn}

Returns detailed information about a carrier identified by their OCN (Operating Company Number).

Requires:telco:read

Path Parameters

ocnstringrequired
4-character alphanumeric OCN code (e.g., VZXX)
Get carrier details
curl "https://api.do.dev/v1/telco/carrier/VZXX" \
-H "Authorization: Bearer YOUR_API_KEY"
Response200
{
"ocn": "VZXX",
"companyName": "Verizon Communications, Inc.",
"commonName": "Verizon",
"carrierType": "ILEC",
"state": "NY",
"country": "US",
"npaNxxCount": 847
}