Skip to main content
POST
Create Alert

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
threshold
number
required
Example:

100

interval
string
required
Example:

"1h"

source
enum<string>
required
Available options:
tile,
search
Example:

"tile"

thresholdType
enum<string>
required
Available options:
above,
below
Example:

"above"

channel
object
required
dashboardId
string
Example:

"65f5e4a3b9e77c001a567890"

tileId
string
Example:

"65f5e4a3b9e77c001a901234"

name
string
Example:

"Test Alert"

message
string
Example:

"Test Alert Message"

Response

Successfully created alert

data
object
Last modified on July 2, 2026