AML Watchlist Upload (Bulk Upload)
POST {{baseurl}}/v2/api/verifications/watchlist/upload
Headers
Name
Type
Description
token*
String
API secret token
Request Body
Name
Type
Description
csvlink
String
Link to AML watchlist to be uploaded
{
"csvLink": "https://cdn.youverify.co/1688649873222-6Ev2UittaO8_w0_ZHt3Zy.csv"
}{
"success": true,
"statusCode": 200,
"message": "csv link uploaded successfully!",
"data": {},
"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?
