PROTECT+ Risk Detection

Inbound Calling Solution

PROTECT+ Risk Detection is a multi-level risk detection solution that analyzes inbound call traffic with continuous data updates to detect spam and scam activity on a call-by-call basis in real time.

This guide walks you through step-by-step details on how to start using PROTECT+ Risk Detection.

Pre-Requisites

Integration

Dedicated Support for REST API Integration with a data element.

Understanding the API Flow.

  1. Get the businesses API auth token using the Access Token endpoint.
  2. Send inbound calling phone number to the PROTECT+ API endpoint.
  3. Assess the results from the API.
Replace, just here as reminder.

Understanding the API call.

This endpoint requires these pieces of information

  • In Header: Auth Token
  • In Body: aNumber (incoming phone number)
curl --request POST \
     --url https://api.firstorion.com/call-protection/v2 \
     --header 'Authorization: Token String' \
     --header 'content-type: application/json' \
     --data '
{
  "aNumber": "+15017685432"
}
'
{
  "body": {
    "aNumber": "+15017685432",
    "riskLevel": "High",
    "category": "SCAM"
  },
  "error": null
}

Reponse

This will return two areas to base the judgement on: Risk Level and Category.

Risk Levels

  • LOW, MEDIUM, HIGH

Categories

  • NUISANCE, SCAM, CUSTOMER_SERVICE, DEBT_COLLECTION, INFORMATIONAL, CHARITY, POLITICAL, SURVEY, TELEMARKETING, PRISON