latestOpenAPI 3.0.02026-08-2217901.1 MB
ef9153fcac7c
Meters
Create new meter
Endpoint used to create a new meter. Pay attention to the measurementType field as it has a significant impact on the behavior of your meter.
post/meters
Query parameters
skipWebhookboolean
Set skipWebhook=true, skipWebhook=1 or skipWebhook=yes to skip all webhooks upon successful operation on the endpoint. Learn more about webhooks
Headers
x-organization-idinteger
Required if using a multi organizations token
Request body
Example request
{
"description": "This meter is used for monitoring the temperature of the boiler",
"measurementType": "AUTOMATED_SENSOR",
"unit": "Celsius",
"assetId": 123,
"locationId": 123
}Response
Successfully created meter
Example response
{
"id": 123
}