Connect API Catalog/Creditsafe Connect//AML Monitoring Management
AML Monitoring Management
Creditsafe Connect
Introduction
Authentication
User Administration
Instance Management
Decision Trees
Decision Logs
Run Decision
Decision Outcome
Country Risk
Company Search
Person Search
Search And Report Schemas/Criteria
Companies
People/Directors
GB Consumers and AML
Images
Fresh Investigations
Create and View All Jobs
Individual Job Management
User Details
Create and View All Portfolios
Importing Portfolios
User Management of Portfolios
Individual Portfolio Management
Event Rules and Notifications
Administrator Resources
AML Bulk Screening
AML Screening - Businesses
AML Screening - Individuals
AML Screening - Profile Management
Async AML
Audit
Batch Uploads
Compliance Alerts
Global Monitoring
Profile Business / Individual Details
Profile Key Parties
Profile Management
Profile Updates
Reporting
Searches
GB Bank Match
GB Bank Verification
GB Land Registry
GB Finance Agreements
FR Bank Match
DE NonLtd Companies
NL KVK Extract
US Search Support
Verify
Audit (Legacy)
IDV (Legacy)
European Consumers
US Consumers
Adds the specified searches to AML monitoring, i.e. schedules them for screening. If thresholds and datasets are amended from the original search, new results will generated. Any existing hits will be overridden and any previous match decisions will be reset.
Important A pre-requisite for monitoring work is that any searches MUST be linked to a profile before Monitoring can be Active.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/schedules
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/schedules
curl -i -X POST \
https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/schedules \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"items": [
{
"threshold": 0,
"datasets": [
"string"
],
"sanctionBodies": [
0
],
"isEmailRequired": true,
"emailRecipients": [
"string"
],
"searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9",
"isDobRequired": false
}
]
}'Response
{ "failed": [ { … } ], "successful": [ { … } ] }