Endpoints to authenticate and generate an authentication token for secure access to the API.
KYC (Know Your Customer) (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/
Request
Returns compliance alerts for a company by automatically fetching the company report using the provided connectId or Safe Number, extracting required data (directors, UBOs, etc.), and processing it through the compliance alerts API. This eliminates the need for manual report retrieval and data transformation.
- Sandbox server
https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/complianceAlerts/{connectId}
- Production server
https://connect.creditsafe.com/v1/compliance/kyc-protect/complianceAlerts/{connectId}
- 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/complianceAlerts/GB-0-03836192 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "safeNumber": "string", "name": "string", "countryCode": "string", "entities": { "currentDirectors": [ … ], "ubos": [ … ] }, "hasAlerts": true, "entitiesWithAlerts": 0, "lastUpdated": "2019-08-24T14:15:22Z" }