# NewMeasurement Endpoint: POST NewMeasurement 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: "NewMeasurement" - `instrument` (string) - `time` (string) - `endTime` (string) End time of the most recent measurement to be stored. ## Response 200 fields