# CalibrationFinished Endpoint: POST CalibrationFinished Version: 1.0.1 ## Header parameters: - `X-Webhook-Id` (string) The ID of the webhook that sent the request. - `X-Webhook-Signature` (string) The HMAC-SHA256 signature of the request body and the secret. This can be used to verify the sender and content of the request. ## Request fields (application/json): - `type` (string) Enum: "CalibrationFinished" - `instrument` (string) - `time` (string) - `status` (string) Enum: "Success", "Failed" - `error` (string) May contain additional error message if status is Failed - `data` (object) Status of the Calibration - `data.level` (number) - `data.offset` (number) ## Response 200 fields