Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return Identity Search Reasons
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
Revalidate A Given Identity Search With Additional Documents
Return Identity Search Re...
Returns an object describing which Reasons for Search are available and which are selected by a given customer. All reasons are always listed, with selected reasons specified as true.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/searchreasons
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/GB/identitysearch/searchreasons
curl -i -X GET \
https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/searchreasons \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "data": { "property1": true, "property2": true }, "message": "string", "errors": { "property1": [ … ], "property2": [ … ] } }