Skip to main content

Overview

This reference documents all webhook event payloads sent by Meter. Each event includes a metadata object with common fields and a data object with event-specific information. All payloads follow this structure:
{
  "metadata": {
    "alert_name": "<AlertName>",
    "network_name": "<network label>",
    "timestamp": "2026-01-23T21:40:03Z"
  },
  "data": {
    // Event-specific fields documented in each event page
  }
}

Metadata fields

FieldTypeDescription
alert_namestringThe type of alert that triggered
network_namestringThe label of the network where the event occurred
timestampstringISO 8601 timestamp of when the event occurred
Select an event type below for detailed payload schemas.

Device events

WAN events

Access point events

Network events

Switch events

Audit events

Need help?

If you run into any issues or have questions, please reach out to our Support Engineering team by opening a ticket via the Dashboard: https://dashboard.meter.com/support
Last updated by Meter Support Engineering on 01/23/2026