# Trigger recalibration of scores for a scorecard API for Recalibrating the score for scorecard of entity Endpoint: POST /v1/scores/recalibrate Version: 1.0 Security: x-api-key ## Header parameters: - `Harness-Account` (string) Identifier field of the account the resource is scoped to. ## Request fields (application/json): - `identifiers` (object) Identifiers needed for score recalibration - `identifiers.scorecard_identifier` (string) - `identifiers.entity_identifier` (string) ## Response 200 fields (application/json): - `recalibrated_scores` (object, required) Scorecard score calculation summary info - `recalibrated_scores.scorecard_name` (string, required) - `recalibrated_scores.timestamp` (integer, required) - `recalibrated_scores.score` (integer, required) - `recalibrated_scores.checks_statuses` (array, required) - `recalibrated_scores.checks_statuses.reason` (string) - `recalibrated_scores.checks_statuses.identifier` (string) - `recalibrated_scores.checks_statuses.name` (string, required) - `recalibrated_scores.checks_statuses.custom` (boolean) - `recalibrated_scores.checks_statuses.status` (string, required) Enum: "PASS", "FAIL" - `recalibrated_scores.checks_statuses.weight` (integer, required) - `recalibrated_scores.description` (string, required) - `recalibrated_scores.scorecard_identifier` (string, required) - `recalibrated_scores.recalibrate_info` (object) - `recalibrated_scores.recalibrate_info.start_time` (integer) - `recalibrated_scores.recalibrate_info.started_by` (object) - `recalibrated_scores.recalibrate_info.started_by.uuid` (string) - `recalibrated_scores.recalibrate_info.started_by.email` (string)