Pinhere/authorizeExtension

Online calls unavailable · details below

PinherePinhere issue collaboration API

POST/oauth/extension/authorize

Authorize browser extension

A website session issues a five-minute one-time PKCE code for an allowed chromiumapp.org callback.

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

Request parameters

No URL, query, or header parameters.

Request body

OAuthAuthorizeInputrequired

Content-Type: application/json

Properties: redirectUricodeChallenge

Responses

200

objectapplication/json

Callback URL containing a one-time authorization code.

Properties: data

422

ErrorResponseapplication/json

Callback URL is not allowed.

Properties: error

default

ErrorResponseapplication/json

Standard error response.

Properties: error

{
  "data": {
    "redirectUrl": "https://example.chromiumapp.org/callback?code=redacted"
  }
}