Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return Previous Identity Search Result
Submit A GB Consumer or AML Search
Resolve A Picklist Against A Given UniqueId
Return List Of Identity Search History Items
Return Previous Identity Search Input
Set Reference For An Existing History Item
Revalidate A Given Identity Search With Additional Documents
Return Identity Search Reasons
Return Previous Identity...
Retrieves a prior search result. This will include the search input and any ID/AML searches, but as we cannot hold Consumer search results these are not included. Resubmission is necessary if an updated Consumer result is needed.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/history/{uniqueId}
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/GB/identitysearch/history/{uniqueId}
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/history/{uniqueId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Success
The input data submitted for the AML search, detailing the information used to initiate the search.
General results from the search that are applicable across different types of identity checks.
Response
{ "correlationId": "string", "uniqueId": "string", "input": { "uniqueId": "string", "common": { … }, "idAml": { … }, "products": [ … ] }, "common": { "customerId": 0, "userId": 0, "uniqueId": "string", "searchText": "string", "reference": "string", "searchTime": "2019-08-24T14:15:22Z" }, "consumer": { "success": true, "supplierId": "string", "supplierOriginalId": "string", "creditsIncurred": 0 }, "id": { "success": true, "supplierId": "string", "supplierOriginalId": "string", "creditsIncurred": 0 }, "amlResult": { "success": true, "supplierId": "string", "supplierOriginalId": "string", "creditsIncurred": 0 }, "bankMatch": { "success": true, "supplierId": "string", "supplierOriginalId": "string", "creditsIncurred": 0 }, "picklist": [ { … } ], "message": "string", "errors": { "property1": [ … ], "property2": [ … ] } }