Hello,
in our company we are currently integrated with the World-Check One v1 APIs and initiating Media Check screening by including MEDIA_CHECK in providerTypes of POST: /cases/screeningRequest. We are now evaluating whether it is possible to retrieve the Media Check results using the v3 API POST: /cases/{caseSystemId}/media-check/results using the same caseSystemId.Our concern is that v1 and v3 APIs run on different hosts and potentially different backend infrastructures, so we are unsure whether:
- Cases created via v1 are accessible from v3 endpoints using the same
caseSystemId - Media Check results triggered via v1 are stored in a way that v3 can retrieve them.
Is this cross-version scenario supported? Or is a full migration to v3 required to use the v3 Media Check results endpoint?
Thank you.