Connect API Catalog///
- API Documentation
Creditsafe Connect
- Update Batch Of Business AML Search Hits
Execute An AML Search For A Business And Saves The Results To The Database
Return Business AML Searches
Update Business AML Searches
Return Business AML Search By Search Id
Update A Business AML Search By Search Id
Download PDF Business Search Report
Return Business AML Search Hits
Return Full AML Search Hit Information By SearchId And HitId
Update A Single Business Hit
Download AML Details for a Hit
Update The Note For A Single Businesses Hit
Return Business AML Copyrighted Download URL
Download A PDF File For A Business AML Screening
Return Business Links With Supplier Hit Id
Download Search Links PDF
Update Batch Of Business...
Updates a batch of business AML search hits.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches/businesses/{searchId}/hits
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/searches/businesses/{searchId}/hits
curl -i -X PUT \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches/businesses/{searchId}/hits' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"items": [
{
"decision": "string",
"note": "string",
"hitId": "string"
}
]
}'Response
{ "failed": [ { … } ], "successful": [ { … } ] }