PinherePinhere issue collaboration API
POST/webhooks/{webhookId}/deliveries/{deliveryId}/retry
Retry webhook delivery
Returns a delivery to pending and retries it in the background.
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
retryWebhookDelivery- Server
https://pinhere-jasonhzqs-projects.vercel.app/api/v1- Authentication
- pinherePat, websiteSession, extensionOAuth
Request parameters
webhookId
pathstringrequired
Webhook ID.
whk_example
deliveryId
pathstringrequired
Delivery ID.
whd_example
Responses
202
objectapplication/json
Delivery queued.
Properties: data
404
ErrorResponseapplication/json
Delivery not found.
Properties: error
default
ErrorResponseapplication/json
Standard error response.
Properties: error
{
"data": {
"deliveryId": "whd_example"
}
}