Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return All Key Party Searches
Create A Key Party Folder Linked To The Profile Id
Return All Key Party Records Linked To A Profile
Update A Batch Of Key Parties
Delete a batch of key parties
Update The Key Party By Profile Id and Key Party Id
Delete A Key Party By Key Party Id
Delete A Batch Of Key Party Searches
Request Multiple Searches Linked To A Key Party Asynchronously
Link Searches To Key Parties
Return All Key Party Sear...
Get profile key party searches for the user.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/keyparties/searches
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/keyparties/searches
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/keyparties/searches?page=1&pageSize=0&type=string&keyPartyTypes=string&isScheduled=true' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
Status of the search, i.e. new, approved, declined, pending, cancelled, referred, closed
Risk associated with the search, i.e. notApplicable, veryLow, low, medium, high, veryHigh
First name of individual provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters
Middle name of individual provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters
Last name of individual provided in the search. The combination of first name, middle name, and last name must not exceed 200 characters
Pep Tiers provided in the search of individual, i.e. pepTier1. pepTier2, pepTier3
Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "countryCodes": [ "string" ], "threshold": 0, "type": "string", "datasets": [ "string" ], "sanctionBodies": [ 0 ], "status": "string", "riskRating": "string", "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", "scheduleId": "b7b4f318-018f-4d71-ac1a-f61e4bfaefbe", "totalHitCount": 0, "truePositiveHitsCount": 0, "falsePositiveHitsCount": 0, "undecidedHitsCount": 0, "firstName": "string", "middleName": "string", "lastName": "string", "gender": "string", "dateOfBirth": "2019-08-24", "pepTiers": [ "string" ], "keyPartyId": "fdc696df-3708-44b9-964f-6f4cff7001e9", "keyPartyType": "string", "isDobRequired": true }