Telco
GET/partner/c/smart-cnam/telco/:src/:dst
Lookup a caller's telco provider information
Includes if phone number is a Wireline, Wireless or VoIP source.
Request
Path Parameters
src integerrequired
Possible values: >= 11
The source caller including country code (without +)
dst integer
Possible values: >= 11
The destination caller including country code (without +)
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
data
object
phoneNumber number
telco
object
carrier string
company string
Name of the company servicing the phone number.
provider string
Name of the company providing service to end customer of the phone number.
type string
lata string
lir string
switch string
{
"data": {
"phoneNumber": 14165551234,
"telco": {
"carrier": "BELL ONTARIO (8051)",
"company": "BELL Canada",
"provider": null,
"type": "Wireline",
"lata": 888,
"lir": 805106,
"switch": "TORTONEV2MD"
}
}
}
Unauthorized.
Source phone number not found or permitted.
Loading...