# SicFinished Endpoint: POST SicFinished 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: "SicFinished" - `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 System Integrity Check (SIC) - `data._500Hz` (number) - `data._1KHz` (number) - `data._8KHz` (number) ## Response 200 fields