# POST InstrumentStatus **POST InstrumentStatus** ## 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) Instrument is online or offline - **type** (string) - **instrument** (string) - **time** (string(date-time)) - **online** (boolean) ## Responses ### 200 You must return a 200 OK status to indicate that the data was received successfully. [Powered by Bump.sh](https://bump.sh)