Ping (GET)
Send a heartbeat ping for the specified alert source.
Records a ping, indicating that the monitored job or service is healthy. The heartbeat monitor uses these pings to detect missed heartbeats and fire alerts. Both GET and POST are accepted
GET
Ping (GET)
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Headers
Bearer token provided via the Authorization header
Example:
"Bearer some-random-string"
Path Parameters
The alert source config this heartbeat ping is for
Example:
"01GW2G3V0S59R238FAHPDS1R66"
Query Parameters
Token provided via the token query parameter
Example:
"some-random-string"
Response
204
No Content response.
Ping (GET)