Connect API Catalog//AML Bulk Screening/
- API Documentation
Creditsafe Connect
Execute Bulk AML Screenin...
Request multiple searches to be performed and linked to a profile asynchronously
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/searches/bulk
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/searches/bulk
curl -i -X POST \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/searches/bulk' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"items": [
{
"type": "string",
"name": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string",
"dateOfBirth": "2019-08-24",
"gender": "string",
"pepTiers": [
"string"
],
"datasets": [
"string"
],
"sanctionBodies": [
0
],
"countryCodes": [
"string"
],
"threshold": 0
}
]
}'