Connect API Catalog///
- API Documentation
Creditsafe Connect
- Request Multiple Searches Linked To A Key Party Asynchronously
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
Return All Key Party Searches
Delete A Batch Of Key Party Searches
Link Searches To Key Parties
Request Multiple Searches...
Request multiple searches to be performed and linked to a key party asynchronously
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/keyparties/searches/bulk
- Production serverhttps://connect.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/keyparties/searches/bulk
curl -i -X POST \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/keyparties/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,
"keyPartyId": "fdc696df-3708-44b9-964f-6f4cff7001e9"
}
]
}'