Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return Individual AML Search By Search Id
Execute An AML Search For An Individual And Save The Results To The Database
Return Individual AML Searches
Update Individual AML Searches
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
Return Individual AML Sea...
Returns a single AML Search based on searchId.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches/individuals/{searchId}
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/searches/individuals/{searchId}
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/searches/individuals/{searchId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
The risk rating being assigned to the profile
Enum:"notApplicable""veryLow""low""medium""high""veryHigh"
First name provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters
Middle name provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters
Last name provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "countryCodes": [ "string" ], "threshold": 0, "type": "string", "datasets": [ "string" ], "sanctionBodies": [ 0 ], "status": "string", "riskRating": "notApplicable", "assignedToUserId": 0, "assignedUser": "string", "createdById": 0, "createdBy": "string", "createdAt": "2019-08-24T14:15:22Z", "modifiedById": 0, "modifiedBy": "string", "modifiedAt": "2019-08-24T14:15:22Z", "note": "string", "totalHitCount": 0, "truePositiveHitsCount": 0, "falsePositiveHitsCount": 0, "undecidedHitsCount": 0, "firstName": "string", "middleName": "string", "lastName": "string", "gender": "string", "dateOfBirth": "2019-08-24", "pepTiers": [ "string" ], "scheduleId": "string", "isDobRequired": true }