Returns AML preferences for the current logged-in customer,Fetches the AML preferences configured for the current customer, filtered by search type and action type.
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/settings/preferences/aml
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/settings/preferences/aml
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/settings/preferences/aml?searchType=individual&searchActionType=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
The unique identifier for the customer associated with these AML settings.
The list of sanction body IDs used for AML screening. May be null if not set.
Indicates whether email notifications are required for AML events. May be null if not set.
The list of email addresses to receive AML notifications. May be null if not set.
The list of PEP (Politically Exposed Person) tiers included in the AML screening. May be null if not set.
The date and time when these AML settings were created. May be null if not set.
The user ID of the person who created these AML settings. May be null if not set.
The date and time when these AML settings were last modified. May be null if not set.
The user ID of the person who last modified these AML settings. May be null if not set.
{ "customerId": 0, "searchType": "string", "searchActionType": "string", "threshold": 0, "datasets": [ "string" ], "sanctionBodies": [ 0 ], "isEmailRequired": true, "emailRecipients": [ "string" ], "pepTiers": [ "string" ], "createdAt": "2019-08-24T14:15:22Z", "createdById": 0, "modifiedAt": "2019-08-24T14:15:22Z", "modifiedById": 0, "correlationId": "string" }