Rotate a heartbeat check's ping token
POST/api/v1/orgs/:org/checks/:checkUid/rotate-token
Mints a fresh ping token for a heartbeat check (heartbeat checks only) and persists it, invalidating every previously issued ping URL immediately — unlike webhook signing-secret rotation, there is no grace period, since heartbeat pings are frequent and the operator is expected to update the sender right away. Returns 400 for non-heartbeat checks.
Request
Responses
- 200
- 400
- 401
- 404
Token rotated
Validation error
Authentication required
Resource not found