PinherePinhere 缺陷协作 API
GET/projects
列出项目
列出当前账号的全部项目。
Pinhere 项目、Origin、缺陷、私有截图、Webhook、PAT 与 Chrome 扩展 OAuth API;覆盖固定 PontxSpec 中全部 34 个 Endpoint。Hub 提供文档和本地 SDK/CLI,不代理任何请求。
请求
- operationId
listProjects- 服务器
https://pinhere-jasonhzqs-projects.vercel.app/api/v1- 认证
- pinherePat, websiteSession, extensionOAuth
请求参数
无 URL、查询或 Header 参数。
响应
200
objectapplication/json
项目列表。
字段: data
default
ErrorResponseapplication/json
标准错误响应。
字段: 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
}
}