# Get company checks Retrieves enabled check types for company. Endpoint: GET /company/checks Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `result` (array) - `result.type` (string) Example: "acc" - `result.credits` (integer) Example: -1 - `result.code` (string) Example: "acc" - `result.title` (string,null) - `result.check_type` (object) - `result.check_type.slug` (string) Example: "reference" - `result.check_type.icon` (string) Example: "user" - `result.check_type.logo` (string) Example: "https://checkmate-prod.s3.ap-southeast-2.amazonaws.com/assets/checkmate_check_logo.svg" - `result.check_type.signature_required` (boolean) - `result.check_type.result_type` (string) Enum: "link", "file" - `result.check_type.client_fields` (array) - `result.check_type.client_required_fields` (array) - `result.check_type.candidate_fields` (array,null) - `result.check_type.candidate_required_fields` (array,null) - `result.check_type.has_expiration_date` (boolean) - `result.check_type.id_types` (array,null) - `status` (integer) Example: 200 - `error` (object,null)