For a deeper look into our World Check One API, look into:
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" } ] }
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?