Score
GET/partner/c/smart-cnam/score/: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). required: true
Request
Path Parameters
src integerrequired
Possible values: >= 11
The source caller including country code (without +)
dst integerrequired
Possible values: >= 11
The destination caller including country code (without +)
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
data
object
score number
{
"data": {
"score": 3.123
}
}
Unauthorized.
Source phone number not found or permitted.
Loading...