PinherePinhere issue collaboration API
GET/webhooks
List webhooks
Lists webhooks for the current account without signing secrets.
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
listWebhooks- Server
https://pinhere-jasonhzqs-projects.vercel.app/api/v1- Authentication
- pinherePat, websiteSession, extensionOAuth
Request parameters
No URL, query, or header parameters.
Responses
200
objectapplication/json
Webhook list.
Properties: data
default
ErrorResponseapplication/json
Standard error response.
Properties: error
{
"data": {
"id": "whk_example",
"projectId": "prj_example",
"name": "Issue automation",
"url": "https://hooks.example.com/pinhere",
"enabled": true,
"createdAt": "2026-08-15T08:00:00.000Z",
"updatedAt": "2026-08-15T08:00:00.000Z",
"version": 1
}
}