Hello,
I'd like to query the client watchlist via API on Postman.
I have using WorldCheck Pilot environment for API and admin. I have upload batch screening to WorldCheck admin. So I want to query my watchlist via API using Postman but the result is blank.
How can I query client watchlist?
here is sample request
endpoint: { {protocol}}{ {gateway-host}}{ {gateway-url}}cases/screeningRequest
request body:
{
"groupId": "{ {group-id}}",
"entityType": "INDIVIDUAL",
"providerTypes": [
"WATCHLIST" , "CLIENT_WATCHLIST"
],
"name": "3101501504804",
"secondaryFields": [],
"customFields": []
}
Thank you