For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
1 1 1 0

How to query client watchlist on WorldCheck in Postman?

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

world-checkworld-check-oneauthentication
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
4.5k 4 8 8

@jittramas_kumpeepong,

Thank you for your query.

In order to screen against the internal watchlist, the above payload can be used. However, you will have to upload the profile to watchlist first and then you will be able to screening against the name in internal watchlist.

In order to save the profile to internal watchlist, please use the API call - 'SEQ-watchlist-maintain-individual: Maintain Watchlist data: Individual', endpoint - POST - reference/watchlist

Hope this clarifies your concern.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.