# Retrieve Individual Summary Information Returns summary information about an individual based on the provided identifier. Endpoint: GET /localSolutions/GB/verify/individual/{id}/summary Version: 1.10.9 Security: bearerToken ## Path parameters: - `id` (string, required) Unique identifier for the people. ## Query parameters: - `freeText` (string) Additional free text for audit logging. - `reasonForSearch` (string, required) Reason for performing the search. Enum: "AM", "AV", "BS", "CA", "DC", "DS", "EC", "GI", "QS", "TV", "GC" ## Response 200 fields (application/json): - `verifyMatch` (boolean) Indicates if the verification matches the individual. - `flags` (object) - `flags.ccjMatch` (boolean) Indicates a CCJ match for the individual. - `flags.electoralRegisterMatch` (boolean) Indicates an electoral roll match on an individual. - `flags.deceasedRegisterMatch` (boolean) Indicates a deceased match against an individual. - `flags.insolvencyMatch` (boolean) Indicates an insolvency match against an individual. ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden"