Versions Compared

Key

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

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 API reference.

To perform a request with the Devo Alerts API, choose the endpoint based on your Devo domain's region:

USA

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

EU

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

Asia-Pacific (APAC)

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

Add the corresponding path to your endpoint 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 section.

Child pages (Children Display)

Authorizing API requests

You must add the following headers to authorize your requests:

...

Header

...

Value

...

Content-Type

...

Enter application/json

...

standAloneToken

You need to enter a valid token to authorize your request. You can generate this token in the Administration → Credentials → Authentication Tokens area of Devo. Click Create new token and choose Query data using REST API. Give your token a name, enter the target data tables you want to work with, and click Accept to generate it.

...

Alerts API and web interaction

...