AML Watchlist Entity Update
PUT
{{baseurl}}/v2/api/verifications/watchlist/:entityId
Headers
Name
Type
Description
token*
String
API secret token
Request Body
Name
Type
Description
entity
String
Entity to be updated
{
"entity": "Tim Cloak"
}
{
"success": true,
"statusCode": 200,
"message": "Entity updated successfully!",
"data": {
"entityType": null,
"entity": "Tim Cloak",
"reasonAdded": null,
"dateAdded": null,
"riskRating": null,
"businessId": "628b38f03ae28a14f52d4bf7",
"createdAt": "2023-11-22T02:56:54.737Z",
"lastModifiedAt": "2023-11-22T03:11:43.491Z",
"_createdAt": "2023-11-22T02:56:5454+00:00",
"_lastModifiedAt": "2023-11-22T03:11:4343+00:00",
"id": "655d6df6194cc1f125887d4a"
},
"links": []
}
Last updated
Was this helpful?