# POST SicFinished **POST SicFinished** ## Servers - Production server: https://api.mycirrus.cloud/v1 (Production server) ## Parameters ### Headers - **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. ### Body: application/json (object) SIC has finished - **type** (string) - **instrument** (string) - **time** (string(date-time)) - **status** (string) - **error** (string) May contain additional error message if status is Failed - **data** (object) Status of the System Integrity Check (SIC) ## Responses ### 200 You must return a 200 OK status to indicate that the data was received successfully. [Powered by Bump.sh](https://bump.sh)