Skip to main content
POST
Create an uptime monitor

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
targetUrl
string
required
checkType
enum<string>
required
Available options:
UPTIME,
CONTENT
followRedirects
boolean
required
regions
string[]
required
expectedResponseCode
string
contentAlert
enum<string>
Available options:
NOT_FOUND,
FOUND
content
string
body
object
timeout
string
alertSensitivity
string
httpMethod
string
headers
object[]
username
string
password
string

Response

201 - undefined