{
"type": "ping",
"version": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"subscription": "sub_1a2b3c4d5e6f7g8h"
}Webhooks
A test delivery
Sent when a test ping is requested for a subscription, through the same signed delivery path as real alerts.
WEBHOOK
ping
{
"type": "ping",
"version": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"subscription": "sub_1a2b3c4d5e6f7g8h"
}Authorizations
apiKeybearer
Headers
t=<unix seconds>,v1=<hex HMAC-SHA256 of "<t>.<raw body>">
Pattern:
^t=[0-9]+,v1=[0-9a-f]{64}$The delivery id, unchanged across retries.
Pattern:
^[0-9]+$Body
application/json
Response
2XX
Accepted.