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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
1 0 0 2

How to create a case screenning by Word-Check API?

Hello.

I'm brasilian and I got a manual of Word-Ckeck API from Thomson Reuters.

I'm trying to call the API to create a case, but I'm facing difficulties.

When I call the API, the error "Could not get any response" is returned.

Where am I going wrong?

Best regasds.

{
  "caseId":"TestDemoCase001",
  "groupId":"{
  {group-id}}",
  "entityType":"INDIVIDUAL",
  "providerTypes":[ "WATCHLIST" ],
  "name":"Riduan Isamuddin",
  "secondaryFields":[
    {
      "typeId":"SFCT_1",
      "value":"MALE"
    }
  ]
}
world-checkworld-check-onescreening
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

@Hudson Ventura,

Thank you for your query.

From the screenshot, it seems that the endpoint which you are hitting is incorrect. The correct endpoint for saving the case is - 'https://rms-world-check-one-api-pilot.thomsonreuters.com/v1/cases'

Can you please correct the endpoint and then try again?

Also, are you using any proxy settings using postman?

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.