Endpoints
Feedback
Once the user with a trustworthy phone number demonstrates authentic behavior, call this endpoint to report their authenticity to our systems.
POST
/
v2
/
watch
/
feedback
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.
feedback
object
requiredYou should send a feedback event back to Watch API when your user demonstrates authentic behavior.
Response
200 - application/json
id
string
A unique identifier for your feedback request.