# Return Indicator Based On Company Identififier Returns an indicator as to whether verify information is available on a business. Endpoint: GET /localSolutions/GB/verify/company/{id} Version: 1.10.9 Security: bearerToken ## Path parameters: - `id` (string, required) Unique identifier for the company. ## Query parameters: - `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): - `companyID` (string) Unique identifier for the company. - `verifyMatch` (boolean) Indicates if the verification matches the company. ## 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"