Sign in

Create heartbeat check

documented

Create a heartbeat check with the given parameters.

POST /v1/heartbeatHeartbeatno implementation yet0 runs
No 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.statuscake.com/v1/heartbeat" \
  -X POST \\
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\
  -H "Accept: application/json" \\
  -H "Content-Type: application/x-www-form-urlencoded" \\
  -d "name={{$name}}&period={{$period}}" \
# Sources:
# - StatusCake Heartbeat endpoint: https://developers.statuscake.com/api/heartbeat
# - Authentication: https://developers.statuscake.com/guides/api/authentication