Skip to main content
POST
POST
Creates an uptime monitor that periodically checks whether the website is accessible. Alerts are sent via Slack and email when downtime is detected.

Request Body

string
required
UUID of the website to monitor.
integer
default:"5"
How often to check availability, in minutes. Minimum: 1, Maximum: 60.

Response

boolean
true when the monitor has been created.
object
The new monitor object — id, website_id, check_interval, status.

Authorizations

Authorization
string
header
required

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

Body

application/json
website_id
string<uuid>
required
check_interval
integer

Minutes between checks

Example:

5

Response

200

Monitor created