Regional
GET/partner/c/smart-cnam/regional/:src/:dst
Lookup a caller's regional information
Includes Country, State/Province, City and relative coordinates.
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
regional
object
city string
region string
country string
longitude string
latitude string
{
"data": {
"phoneNumber": 14165551234,
"regional": {
"city": "Toronto",
"region": "ON",
"country": "CA",
"longitude": -79.382535,
"latitude": 43.651804
}
}
}
Unauthorized.
Source phone number not found or permitted.
Loading...