Skip to main content
POST
/
v2
/
heartbeat
/
{alert_source_config_id}
/
ping
Ping
curl --request POST \
  --url https://api.incident.io/v2/heartbeat/{alert_source_config_id}/ping \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Path Parameters

alert_source_config_id
string
required

The alert source config this heartbeat ping is for

Example:

"01GW2G3V0S59R238FAHPDS1R66"

Query Parameters

token
string

Token provided via the token query parameter

Example:

"some-random-string"

Response

204

No Content response.