Skip to main content
POST
/
webhooks
/
{id}
/
retrigger
curl -X POST "https://secureapi.gridlog.io/api/v1/webhooks/wh_123e4567.../retrigger" \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"
{
  "id": "wh_123e4567...",
  "status": "pending",
  "attemptsCount": 2,
  "lastAttemptAt": "2025-03-21T10:05:00.000Z"
}
id
string
required
UUID of the webhook event to retrigger
curl -X POST "https://secureapi.gridlog.io/api/v1/webhooks/wh_123e4567.../retrigger" \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"
{
  "id": "wh_123e4567...",
  "status": "pending",
  "attemptsCount": 2,
  "lastAttemptAt": "2025-03-21T10:05:00.000Z"
}
The webhook is queued for immediate retry. Delivery may take a few seconds. Poll Get Webhook to confirm delivery.