Sites
Get all sites in your account
GET
https://siteguard.app/api/monitors
Headers
Authentication
string
Your API Bearer Token
Get a specific site
GET
https://siteguard.app/api/monitors/{id}
Path Parameters
id
number
The id of the site
Headers
Authentication
string
Your API Bearer Token
Create a new site
POST
https://siteguard.app/api/monitors
Headers
Authentication
string
Your API Bearer Token
Request Body
url
string
The full url of the site we should monitor
team_id
string
The id of the team you want to add the site to.
Update an existing site
PUT
https://siteguard.app/api/monitors/{id}
Path Parameters
id
number
The id of the site
Headers
Authentication
string
Your API Bearer Token
Request Body
look_for_string
string
A string we should check for on the request body
uptime_check_enabled
boolean
certificate_check_enabled
boolean
broken_links_check_enabled
boolean
mixed_content_check_enabled
boolean
Delete a site
DELETE
https://siteguard.app/api/monitors/{id}
Path Parameters
id
number
The id of the site
Last updated
Was this helpful?