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

Best Answer

  • Prabhjyot
    Prabhjyot LSEG
    Answer ✓

    @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.