Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
typeflat

Overview

The Devo Alerts API can be used to work with alerts easily, without the need of logging in to your Devo domain. You can use it to create new alerts, check their statuses, update them, or get information about them. To learn more about alerts in Devo, go to Alerts and notifications.

...

Region

Base URL

USA

https://api-us.devo.com/alerts/v1

EU

https://api-eu.devo.com/alerts/v1

CA

https://api-ca.devo.com/alerts/v1

Asia-Pacific (APAC)

https://api-apac.devo.com/alerts/v1

Add the corresponding path to your base URL to perform the operation you need, such as creating a new alert, modifying it, or deleting it. Check all the available operations and how to perform them in the following sections.

...