# InstrumentStatus Endpoint: POST InstrumentStatus 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: "InstrumentStatus" - `instrument` (string) - `time` (string) - `online` (boolean) ## Response 200 fields