Connect API Catalog///
- API Documentation
Creditsafe Connect
- Update Individual AML Searches
Execute An AML Search For An Individual And Save The Results To The Database
Return Individual AML Searches
Return Individual AML Search By Search Id
Update An Individual AML Search By SearchID
Download PDF Business Search Report
Return Individual AML Search Hits
Update A Batch Of individual AML search Hits
Return Full AML Search Hit Information By SearchId And HitId
Update A Single Individual Hit
Download AML Details for a Hit
Update The Note For A Single Individuals Hit
Return Individual AML Copyrighted Download URL
Download A PDF File For An Individual AML Screening
Return Search Links By Supplier Hit Id
Download Search Links PDF
Update Individual AML Sea...
Updates a batch of individual AML searches.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches/individuals
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/searches/individuals
curl -i -X PUT \
https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches/individuals \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"items": [
{
"assignedToUserId": {},
"status": {},
"riskRating": {},
"note": {},
"searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9"
}
]
}'Response
{ "failed": [ { … } ], "successful": [ { … } ], "correlationId": "string" }