I created a cases on the route "cases/saveAndScreen" and to prevent creating a new case each time, I want to use "cases/{CaseSystemId}/screeningRequest" to get the response but I get a status code 201 CREATED with an empty response body.
Hi, We have a third party system with about 2 thousand investors. We are building an integration to sync those investors into World Check One. So my plan is to get to get the full list of the 2 thousand investors and then use the third party's investor ID as the Case ID when creating a new case for each investor. I am…
The documentation for world check one api sync screening steps (Wc1api_sync_screen_steps_user.pdf) seems to be outdated. In that document they recommend a step 8 where we call an api to get profile by id but the api documentation says it is deprecated. The api documentation says there is a replacement for it, but we cannot…
Hi, The "cases/saveAndScreen" (SEQ-case-save-and-screen-cases: Save and screen multiple cases) method has a limitation of 50 cases per request. Is there another API request that can create more than 50 cases without starting a screening? For instance, if we want to create 1,000 cases that will be set to ongoing screening…
Hi I am quite new to WC1. I have the API key and the API secret. I am trying to use python to connect to WC1 API and automate a few things. I need some help with the authorization value in the header. I am trying to execute the below snipprt. import requests url =…
Hi, I'd like to know if there is a limit on the number of cases that have ongoing screening turned on. We're thinking about a solution that may involve a few thousand cases with ongoing screening and we'd like to know if that'd cause a problem.
World Check One API Good day team, We are trying to retrieve articles/articleIds for a case system id, but all the POST queries are failing with a status code of 401. Please see below:
I have problem with Golang to generate the correct the correct Authorization string for API access. I try with JS and the string is okay to use while the string from golang can not be used for authentication. Can you help me check what is the different and correct me? Here is my golang code: func generateSalt(dataToSign…
Hi, I'm trying to enable/disable ongoing screening with a 'SEQ-cases-bulk-ogs: Bulk Update Ongoing Screening States' but I have error: "error": "MEDIA_CHECK_UNAVAILABLE", "cause": "This operation has failed. You do not have Media-Check entitlement." Body of my request: { "caseScreeningState" : { "WATCHLIST" : "ONGOING" },…
World Check One API - Create New Case. Currently we are passing just a name for creating a case. How to pass other details as part of Create case [DOB, countryOfRegistration, countryOfResidence, nationality, passportDateOfBirth, passportNationality, .....]. Is it via SaveCaseAPI - Custom Fields & SecondaryFields ? Please…
It looks like you're new here. Sign in or register to get started.