January 15th, 2024

New Parameter Added for Status Page Incidents on REST API

We have added a new parameter to the Status Page Incident endpoint on the REST API which allows for  sending notifications to subscribers.

Navigate to the POST, PUT and PATCH endpoints to view the parameter notify_subscribers”: true/false, which is used to determine whether Status Page subscribers should be notified.

The parameter will function if: 

  • When True and Incident is created via the REST API, the subscribers will be notified. 
  • When False and Incident is created via the REST API, the subscribers will not be notified.

For more information, please read our documentation on the REST API.