Connect API Catalog///
- API Documentation
Creditsafe Connect
- Delete A Batch Of 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
Return All Key Party Searches
Request Multiple Searches Linked To A Key Party Asynchronously
Link Searches To Key Parties
Delete A Batch Of Key Par...
Delete a batch of key parties searches
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 DELETE \
'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/profiles/{profileId}/keyparties/searches' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"items": [
{
"keyPartyId": "fdc696df-3708-44b9-964f-6f4cff7001e9",
"searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9"
}
]
}'Response
{ "failed": [ { … } ], "successful": [ { … } ], "error": { "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string" } }