# Get custom factors This endpoint will return data about custom factors of the company. Endpoint: GET /v2/factors/custom Version: 2 Security: bearer ## Response 200 fields (application/json): - `factor_id` (string, required) The unique identifier for the factor. - `name` (string, required) The name of the factor. - `factor` (number, required) The impact value for this factor - `override_allowed` (boolean, required) Indicates whether overriding the impact value is allowed for this factor (true or false). - `document_upload_required` (boolean, required) Indicates whether document upload is required for this factor (true or false). ## Response 401 fields ## Response 403 fields ## Response 404 fields