Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return Compliance Kyc Protect Searches Results
Download A CSV Report Of Monitored Searches
Return Compliance Kyc Pro...
Returns a list of all performed searches, including details such as ID, name, type, risk rating, datasets, creation and assignment information, and PEP tier. Supports filters such as search type, keyword, dataset, threshold, PEP tier, and scheduled status.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/searches
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches?IsScheduled=true&SearchType=individual&SearchTerm=string&Datasets=string&Thresholds=0&PepTiers=pepTier1&page=0&pageSize=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "totalSize": 0, "items": [ { … } ] }