POST NewMeasurement
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
New Measurement avaliable
-
type
string Value is
NewMeasurement
. -
instrument
string -
time
string(date-time) -
endTime
string(date-time) End time of the most recent measurement to be stored.
Request examples
# Headers
X-Webhook-Id: string
X-Webhook-Signature: string
# Payload
{
"type": "NewMeasurement",
"instrument": "string",
"time": "2025-05-04T09:42:00Z",
"endTime": "2025-05-04T09:42:00Z"
}