PinherePinhere issue collaboration API
GET/projects
List projects
Lists all projects owned by the current account.
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
listProjects- 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
Project list.
Properties: data
default
ErrorResponseapplication/json
Standard error response.
Properties: error
{
"data": {
"id": "prj_example",
"userId": "usr_example",
"name": "Checkout",
"description": "Checkout experience issues",
"createdAt": "2026-08-15T08:00:00.000Z",
"updatedAt": "2026-08-15T08:00:00.000Z",
"version": 1
}
}