Returns a list of profiles ordered by modified date.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles?page=1&pageSize=0&searchTerm=string&assignees=0&kycReviewAfter=2019-08-24&kycReviewBefore=2019-08-24&riskRatings=string&sortOrder=string&sortBy=string&statuses=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "items": [ { … } ], "totalSize": 0, "correlationId": "string" }