Pinhere/resolveProject

Online calls unavailable · details below

PinherePinhere issue collaboration API

GET/projects/resolve

Resolve project by URL

Matches only the page URL scheme, host, and port.

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
resolveProject
Server
https://pinhere-jasonhzqs-projects.vercel.app/api/v1
Authentication
pinherePat, websiteSession, extensionOAuth

Request parameters

url

querystringurirequired

Current page URL.

https://shop.example.com/checkout?step=payment

Responses

200

objectapplication/json

Matched project or null.

Properties: data

default

ErrorResponseapplication/json

Standard error response.

Properties: error

{
  "data": {
    "project": {
      "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
    },
    "origin": "https://shop.example.com"
  }
}