cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
101
Views
3
Helpful
1
Replies

Introducing Push API public beta 🤖

obrigg
Meraki Employee All-Star
Meraki Employee All-Star

We’re excited to announce the public beta of Push API, an event-driven alternative to repeatedly polling the Meraki Dashboard API.

API rate limits can make frequent polling difficult to scale, especially as network environments grow. Push API enables you to subscribe to supported topics and receive near-real-time updates through webhooks - helping reduce polling volume and preserve API capacity for other operational needs.

How it works

You configure an HTTPS webhook endpoint and subscribe your organization to a topic. When a qualifying change occurs - such as a device becoming unavailable or a configuration update - Meraki sends the event to your endpoint via an HTTP POST. Your application can process the update immediately instead of waiting for the next scheduled poll.

Push API also sends a Heartbeat message every five minutes, even when there is no event to report. This gives your system a regular signal that the delivery path is active.

The initial public beta includes:

  • Device availability changes

  • Configuration changes

To learn more and try Push API, visit the Push API documentation. We welcome your feedback and would be interested to hear how Push API could support your use cases.

1 Reply 1

Raphael_L
Meraki Community All-Star
Meraki Community All-Star

Big step forward ! Congrats Oren and your team, impressive work as usual !