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.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/complianceAlerts/{connectId}
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/complianceAlerts/{connectId}
curl -i -X GET \
https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/complianceAlerts/GB-0-03836192 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
Entities associated with the alert, grouped by property.
Note Any properties with no available data are excluded from the response.
Response
{ "safeNumber": "string", "name": "string", "countryCode": "string", "entities": { "currentDirectors": [ … ], "ubos": [ … ] }, "hasAlerts": true, "entitiesWithAlerts": 0, "lastUpdated": "2019-08-24T14:15:22Z" }