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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The target. Currently this can only be an E.164 formatted phone number.
It is highly recommended that you provide the signals to increase prediction performance.
Was this page helpful?