Skip to main content
GET
/
monitors
List monitors
curl --request GET \
  --url https://api.example.com/monitors \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

project_id
string
required

Project ID.

with_current_value
boolean

Include current value for each monitor.