Connect API Catalog///
- API Documentation
Creditsafe Connect
- Download A CSV Report Of Monitored Searches
Return Compliance Kyc Protect Searches Results
Download A CSV Report Of...
This endpoint allows downloading monitored searches filtered by various criteria as a CSV file.A maximum of 1000 records can be downloaded at once. If more than 1000 records match the criteria, If no searches are found, a 204 No Content response is returned. A 409 Conflict response is returned.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches/monitored/download
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/searches/monitored/download
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches/monitored/download?searchType=individual&searchTerm=string&isScheduled=true&datasets=string&thresholds=0&pepTiers=pepTier1' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "downloadUrl": "string", "fileName": "string", "expiresAt": "2019-08-24T14:15:22Z" }