Skip to main content
GET
/
v1
/
monitors
List monitors
curl --request GET \
  --url https://api.signa.so/v1/monitors \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Use your API key from the dashboard. Include it in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Get your API key at https://signa.so/dashboard

Query Parameters

status
enum<string>
Available options:
active,
paused,
error
page
integer
default:1
per_page
integer
default:50
Required range: x <= 100

Response

200 - application/json

List of monitors

The response is of type object.