Hello,
We are using world-check apis to get mediacheck results. Few weeks back the APIs were working fine but suddenly it started giving an error:
When we try to call this endpoint: /mediacheck/results
Response:
[
{
"error": "INVALID_PROVIDER_TYPE",
"cause": "This operation has failed. You specified case ID without MEDIA_CHECK provider."
}
]
Below is a sample payload for screening the case which was working perfectly fine. But now it’s not working.
{
"groupId": "{ {group-id}}",
"entityType": "ORGANISATION",
"providerTypes": ["WATCHLIST"],
"name": "CITIGROUP INC",
"customFields": [],
"secondaryFields": []
}
I have the changed the payload but still it’s throwing an error.
{
"groupId": "{ {group-id}}",
"entityType": "ORGANISATION",
"providerTypes": ["WATCHLIST", “MEDIA_CHECK”],
"name": "CITIGROUP INC",
"customFields": [],
"secondaryFields": []
}
This is the pilot URL which we are using : rms-world-check-one-api-pilot.thomsonreuters.com