Webhooks

Get Webhook Delivery

Get detailed information about a specific webhook delivery, including the full payload and response body.

get/webhooks/{id}/deliveries/{deliveryId}

Path parameters

idstring uuid required

Webhook integration ID

deliveryIdstring uuid required

Delivery ID

Query parameters

team_idstring uuid required

Team ID

Response

Webhook delivery details

successboolean
request_idstring

Example response

{
  "success": true,
  "request_id": "req_abc123def456",
  "data": {
    "object": "webhook_delivery"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.