Watchlist Verification
Retrieve a Watchlist Verification
Retrieve a specific Watchlist Verification by its ID. Returns details about sanctions and politically exposed person status.
get/verifications/watchlists/{watchlistVerificationId}
Path parameters
watchlistVerificationIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Watchlist Verification Id
Response
OK
Example response
{
"id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
"workspace_id": "9a93d3b5-fb3b-4abf-9e70-26315b33506c",
"created_at": "2025-02-12T23:59:59Z",
"updated_at": "2025-02-12T23:59:59Z",
"status": "verified",
"workflow_session_id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
"previous_attempt_id": "9412b83b-b4b9-4a94-97b5-2b43dfa4cde4",
"data": {
"politically_exposed_person": {
"positions": [
{
"title": "Minister of Finance",
"country_code": "FR",
"started_on": "2020-01-01",
"ended_on": "2021-01-01",
"sources": [
{
"name": "Wikidata Politically Exposed Persons",
"url": "https://www.opensanctions.org/datasets/wd_peps"
}
]
}
]
},
"sanctions": {
"records": [
{
"description": "Management ban",
"authority": "Commercial Court of Paris",
"country_code": "FR",
"started_on": "2020-01-01",
"ended_on": "2021-01-01",
"sources": [
{
"name": "CIA World Factbook heads of state and government",
"url": "https://www.opensanctions.org/datasets/us_cia_world_factbook"
}
]
}
]
}
}
}