Pinhere/listWebhookDeliveries

Online calls unavailable · details below

PinherePinhere issue collaboration API

GET/webhooks/{webhookId}/deliveries

List webhook deliveries

Returns the 100 most recent webhook deliveries with restricted error diagnostics.

Pinhere APIs for projects, origins, issues, private screenshots, webhooks, PATs, and Chrome-extension OAuth. The fixed PontxSpec covers all 34 Endpoints. Hub provides documentation and a local SDK/CLI only; it proxies no request.

Request

operationId
listWebhookDeliveries
Server
https://pinhere-jasonhzqs-projects.vercel.app/api/v1
Authentication
pinherePat, websiteSession, extensionOAuth

Request parameters

webhookId

pathstringrequired

Webhook ID.

whk_example

Responses

200

objectapplication/json

Delivery record list.

Properties: data

default

ErrorResponseapplication/json

Standard error response.

Properties: error

{
  "data": {
    "id": "whd_example",
    "webhookId": "whk_example",
    "eventId": "whe_example",
    "eventType": "issue.created",
    "payload": {},
    "status": "pending",
    "attempt": 0,
    "nextAttemptAt": "2026-08-15T08:05:00.000Z"
  }
}