Returns a list of audits which can be filtered by various categories.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/audits
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/audits
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/audits?profileIds=string&categories=profile&subcategories=profileDetails&actions=created&userIds=0&startDate=2019-08-24&endDate=2019-08-24&page=1&pageSize=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "items": [ { … } ], "totalSize": 0, "correlationId": "string" }