List monitors
documentedRetrieve the list of monitors in the Site24x7 account.
GET /api/monitorsMonitorsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.site24x7.com/api/monitors?limit={{$limit}}&page={{$page}}&search={{$query}}" \
-X GET \
-H "Accept: application/json; version=2.0" \
-H "Authorization: Zoho-oauthtoken {{OAUTH2_ACCESS_TOKEN}}"