Sample Python Script for WorldCheck One API

I am a beginner in WorldCheck API and have several questions.

1) Is it possible to do screening via python instead of using Postman? Hope to be directed to some sample python scripts (of various methods such as Sync, Async, Zero Footprint, bulk screening) to get started.

2) Where do I retrieve my group_id? I am unable to find it when I login to WC1 UI. I have tried using a shortname which was displayed under "Groups" on a left vertical in the UI.

3) I have tried a python script from this link (https://community.developers.refinitiv.com/questions/47570/please-can-you-post-a-sample-python-file-that-can.html) using my API key and API secret. However, I am getting the below error.

MaxRetryError: HTTPSConnectionPool(host='zfs-world-check-one-api.thomsonreuters.com', port=443): Max retries exceeded with url: /v1/cases/screeningRequest (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001E68BD39C70>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))


Tagged:

Best Answer

Answers