URL: https://core.purecallerid.app/api/public/services/spam
Method: GET
Content-Type: application/json
Security: A custom HTTP header must be included in the POST request. The Header name is "X-API-KEY" and the value passed within this header is one of the encrypted API keys associated with your workspace.
Query Params:
- number - The 10 digit NANP phone number you wish to query against the SPAM service
Response Format:
{
"spamScore": 47,
"riskLevel": "LOW",
"cleanCall": {
"reason": "CleanCall",
"recommendation": "PASS",
"riskLevel": "LOW"
},
"icehookScout": {
"risk_rating": "possible",
"risk_level": 47,
"riskLevel": "LOW"
},
"nomoRobo": {
"score": 0,
"neighbor_score": 0,
"riskLevel": "LOW"
},
"trueSpam": {
"spam_score": 0,
"spam_score_match": 1,
"riskLevel": "LOW"
}
}
- spamScore: Score returned by ICEHook Scout
- riskLevel: aggregate risk level (LOW, MEDIUM, HIGH) across all crowd sourced verification services
- cleanCall: Marchex Clean Call result
- icehookScout: ICEHook Scout result
- nomoRobo: NomoRobo result
- trueSpam: TrueSPAM result