AML Watchlist (Sample list)
GET
{{baseurl}}/v2/api/verifications/watchlist/sample
Headers
Name
Type
Description
token*
String
API secret token
{
"success": true,
"statusCode": 200,
"message": "Sample watchlist link retrieved successfully!!",
"data": "https://cdn.youverify.co/1690996784892-DFHqwGL8wggZmyJYRXRsI.csv",
"links": []
}
{
"success": false,
"statusCode": 404,
"message": "You have attempted to get a resource that does not exist.",
"name": "ResourceNotFoundError",
"data": {}
}
Last updated
Was this helpful?