Skip to content

Return Identity Search Reasons

Request

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
curl -i -X GET \
  https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/searchreasons \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
dataobject or null
messagestring or null
errorsobject or null
Response
{ "data": { "property1": true, "property2": true }, "message": "string", "errors": { "property1": [], "property2": [] } }