PinherePinhere issue collaboration API
GET/tokens
List API tokens
Lists current token metadata without plaintext PATs.
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
listApiTokens- 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
Token metadata list.
Properties: data
default
ErrorResponseapplication/json
Standard error response.
Properties: error
{
"data": {
"id": "pat_example",
"name": "Checkout repair agent",
"prefix": "ph_pat_redacted",
"scopes": [
"issues:write"
],
"lastUsedAt": "2026-08-15T08:05:00.000Z",
"expiresAt": "2026-09-15T08:00:00.000Z",
"createdAt": "2026-08-15T08:00:00.000Z"
}
}