Flag Customer
Endpoint to read a customer
Flag or remove fraud risk for a customer
POST
https://api.waldo.ai/flag
Request Body
Field
Type
Description
customerId*
String
Waldo AI customer id
flag*
Boolean
The new risk fraud status (true or false)
note
String
Only when flag
is set to true
Headers
Name
Type
Description
Authorization*
String
The token in the format Bearer eyJhbG...
Content-Type*
String
Expected type is application/json
Response
Webhooks event notification
Last updated