Skip to content

Retrieve Individual Summary Information

Request

Returns summary information about an individual based on the provided identifier.

Security
bearerToken
Path
idstring/^(GB|IE)-.+$/irequired

Unique identifier for the people.

Query
freeTextstring

Additional free text for audit logging.

reasonForSearchstringrequired

Reason for performing the search.

Enum:"AM""AV""BS""CA""DC""DS""EC""GI""QS""TV"
curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/verify/individual/{id}/summary?freeText=string&reasonForSearch=AM' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
verifyMatchboolean

Indicates if the verification matches the individual.

flagsobject
Response
{ "verifyMatch": true, "flags": { "ccjMatch": true, "electoralRegisterMatch": true, "deceasedRegisterMatch": true, "insolvencyMatch": true } }