Endpoints to authenticate and generate an authentication token for secure access to the API.
KYC Compliance (1.0.0)
KYC (Know Your Customer) enables you to make better-informed risk management decisions by utilizing our comprehensive business information. This service is designed for both Know Your Business operations and AML (Anti-Money Laundering) screening features.
The application ensures that you can conduct due diligence on customers and suppliers alike, identify key parties, verify individual identity details globally, and screen against international sanctions, regulatory enforcements, PEP (Politically Exposed Persons) lists, and potential adverse media.
https://connect.sandbox.creditsafe.com/v1/
https://connect.creditsafe.com/v1/
- Sandbox server
https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/audits
- Production server
https://connect.creditsafe.com/v1/compliance/kyc-protect/audits
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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>'
{ "items": [ { … } ], "totalSize": 0, "correlationId": "string" }