Get check
documentedRetrieve a single uptime check by its ID.
GET /api/v1/checks/{check_id}/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/{{$check_id}}/" \
-X GET \
-u {{FRESHPING_API_KEY}}:{{FRESHPING_SECRET}} \
-H "Content-Type: application/json" \
-H "Accept: application/json"