Endpoints
Predict
Identify trustworthy phone numbers to mitigate fake traffic or traffic involved in fraud and international revenue share fraud (IRSF) patterns. This endpoint must be implemented in conjunction with the watch/feedback
endpoint.
POST
/
v2
/
watch
/
predict
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
target
object
requiredThe target. Currently this can only be an E.164 formatted phone number.
signals
object
It is highly recommended that you provide the signals to increase prediction performance.
Response
200 - application/json
id
string
A unique identifier for your prediction request.
prediction
enum<string>
A label indicating the trustworthiness of the phone number.
Available options:
allow
, block
reasoning
object
Was this page helpful?