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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.myaza.co/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint supports both API key (X-API-Key header) and Bearer token (Authorization: Bearer <JWT>) authentication.
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.