Connect API Catalog///
- API Documentation
Creditsafe Connect
- Revalidate A Given Identity Search With Additional Documents
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
Return Previous Identity Search Input
Set Reference For An Existing History Item
Return Identity Search Reasons
Revalidate A Given Identi...
Revalidate's a given identity search with additional documents.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/revalidation/{uniqueId}
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/GB/identitysearch/revalidation/{uniqueId}
curl -i -X PUT \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/revalidation/{uniqueId}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"uniqueId": "string",
"passport": {},
"driversLicense": {},
"electricitySupplier": {},
"europeanIDCard": {},
"niNumber": {},
"bankAccountDetails": {}
}'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": [ … ] } }