/
Retrieve AML settings
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/aml-settings
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/aml-settings
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/aml-settings
curl -i -X GET \
https://www.rebilly.com/_mock/catalog/all/aml-settings \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'Response
{ "confidence": { "dob": { … }, "noDob": { … }, "yob": { … }, "inexactYob": { … } }, "priority": { "pep": { … }, "enforcements": { … }, "stateOwnedEnterprise": { … }, "sanctions": { … }, "adverseMedia": { … } } }