# Get check type details Retrieves the details for a specific check type. Endpoint: GET /checks/{type} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `type` (string, required) Code of a check type ## Response 200 fields (application/json): - `result` (object) - `result.code` (string) Example: "moj" - `result.title` (string) Example: "Ministry of Justice Check" - `result.fields` (array) - `result.fields.type` (string) Enum: "text", "date", "select", "checkbox", "country", "address" - `result.fields.options` (array) - `result.fields.options.value` (string) Example: "male" - `result.id_types` (array) Example: [["nz_passport"]] - `status` (integer) Example: 200 - `error` (object,null)