Pinhere/testWebhook

Online calls unavailable · details below

PinherePinhere issue collaboration API

POST/webhooks/{webhookId}/test

Test webhook

Creates a test delivery and immediately attempts to send it to the external URL.

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

Request parameters

webhookId

pathstringrequired

Webhook ID.

whk_example

Responses

202

objectapplication/json

Test delivery created and attempted.

Properties: data

default

ErrorResponseapplication/json

Standard error response.

Properties: error

{
  "data": {
    "deliveryId": "whd_example"
  }
}