Name
GET/partner/c/smart-cnam/name/:src/:dst
Lookup a caller risk score
On a scale of 0.001-5.000 a score is returned with 5 characters (number with 3 decimal places).
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
name string
{
"data": {
"name": "CALLER NAME"
}
}
Unauthorized.
Source phone number not found or permitted.
Loading...