List checks
documentedRetrieve the list of all uptime checks.
GET /api/v1/checks/Checksno 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://api.freshping.io/api/v1/checks/?page={{$page}}&limit={{$limit}}" \
-X GET \
-u "{{FRESHPING_API_KEY}}:{{$FRESHPING_SUBDOMAIN}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"