Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return Previous Identity Search Input
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 Result
Set Reference For An Existing History Item
Revalidate A Given Identity Search With Additional Documents
Return Identity Search Reasons
Return Previous Identity...
This will return the input criteria used in a search for a specified id.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/history/{uniqueId}/input
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/GB/identitysearch/history/{uniqueId}/input
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/history/{uniqueId}/input' \
-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": [ … ] } }