List monitors (Admin)
documentedList monitors via the Admin API.
GET /api/admin/monitorsAdmin APIno 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/admin/monitors?page={{$page}}&limit={{$limit}}&query={{$query}}" \
-X GET \
-H "Accept: application/json; version=2.0" \
-H "Authorization: Zoho-oauthtoken {{OAUTH2_ACCESS_TOKEN}}"