POST
/
phoneRiskScore
Phone Risk Score
curl --request POST \
  --url https://sandbox-umbrella-api.azurewebsites.net/api/services/phoneRiskScore \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "phoneNumber": "11234567890",
  "transactionRisk": "<string>",
  "transactionAmount": "<string>",
  "transactionCurrency": "<string>",
  "transactionDate": "2023-11-07T05:31:56Z",
  "transactionType": "<string>",
  "transactionPurpose": "<string>",
  "transactionOrigin": "<string>",
  "transactionDestination": "<string>",
  "transactionDetails": "<string>",
  "transactionHistory": "<string>",
  "transactionFrequency": "<string>",
  "transactionLocation": "<string>",
  "transactionDevice": "<string>",
  "transactionIP": "<string>",
  "transactionUserAgent": "<string>",
  "transactionEmail": "<string>",
  "transactionSMS": "<string>",
  "transactionCall": "<string>",
  "transactionContact": "<string>",
  "transactionMatch": "<string>",
  "transactionFraud": "<string>",
  "transactionRiskScore": "<string>",
  "transactionRiskLevel": "<string>",
  "transactionRiskRecommendation": "<string>",
  "transactionRiskInsights": "<string>"
}'
{
  "riskScore": "<string>",
  "riskLevel": "<string>",
  "riskRecommendation": "<string>",
  "riskInsights": "<string>"
}
For a usage description of the Phone Risk Score Service, please refer to the Phone Risk Score page.

Endpoint

POST /phoneRiskScore

Swagger

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Successfully retrieved phone risk score.

The response is of type object.