Skip to main content
GET
Get webhook delivery history
Retrieves delivery history for a webhook. Returns up to 100 recent deliveries with status, response codes, and retry info.

Authentication

This endpoint requires authentication via Bearer token:
  • Authorization: Bearer <token>

Path Parameters

Response

Returns an array of delivery attempts with:
  • Delivery ID and timestamp
  • Event type that triggered the webhook
  • HTTP status code and response body
  • Number of retry attempts
  • Success/failure status

Example Request

Example Response

Use Cases

  • Debug Issues: Investigate why webhooks are failing
  • Monitor Health: Track delivery success rates
  • Retry Failed: Identify deliveries that need manual retry
  • Audit Trail: Review webhook activity history

Common Errors

401 Unauthorized

Authentication required.

403 Forbidden

User is not a member of this organization.

404 Not Found

Webhook not found.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required
id
string
required

Response

Delivery history retrieved successfully. Returns array of delivery attempts.