Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return List Of Identity Search History Items
Submit A GB Consumer or AML Search
Resolve A Picklist Against A Given UniqueId
Return Previous Identity Search Result
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 List Of Identity S...
Retrieves a paginated history list for the specified customer/user, filtered based on the include* parameters.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/history
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/GB/identitysearch/history
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/history?page=0&pageSize=0&IncludeCustomer=true&Products=AML&DateFrom=2019-08-24T14%3A15%3A22Z&DateTo=2019-08-24T14%3A15%3A22Z&Keyword=string&Result=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "totalCount": 0, "data": [ { … } ], "message": "string", "errors": { "property1": [ … ], "property2": [ … ] } }