agency-board

POST /v1/agency/boards/{boardId}/webhooks/{webhookId}/test

Send a signed test delivery now.

Toate punctele finale agency-board

Autentificare

Trimiteți o cheie API ca token de tip bearer. Acest punct final nu specifică o permisiune anume în specificație, așa că acordați cheii cele mai puține drepturi necesare și verificați răspunsul în loc să faceți presupuneri.

Acest endpoint nu necesită un ID de organizație. Cheia ta identifică deja organizația căreia îi aparține, iar răspunsul este limitat la aceasta.

Încearcă

Înlocuiți tot ce se află între paranteze unghiulare cu propriile valori și substituentul cheie cu o cheie din tabloul de bord.

curl -X POST https://api.zinndigital.com/v1/agency/boards/{boardId}/webhooks/{webhookId}/test \
  -H "Authorization: Bearer zdk_live_…"

Autentificat? Consola API din panoul de control îți completează ID-ul real al organizației și propria cheie și rulează cererea în API-ul live, astfel încât să poți vedea răspunsul efectiv. Deschideți acest punct final în consola API

Detalii

The most useful button on the screen: an integrator wiring up n8n wants to see a request arrive before they build the rest of the workflow. Returns the delivery row, which carries the response status and the first 500 bytes the receiver answered with.

Parametri

NumeTipObligatoriuCe este
boardId (path)UuidDaProject board ID (UUIDv7).
webhookId (path)UuidDaOutbound webhook subscription ID (UUIDv7).

Răspuns

NumeTipObligatoriuCe este
idUuidDaUUIDv7 identifier — sortable by creation time (docs/02 §8).
subscription_idUuidDaUUIDv7 identifier — sortable by creation time (docs/02 §8).
eventstringDa
delivery_keystringDaSent as `X-Zinn-Delivery`, so the receiver can dedupe too.
payloadobjectNuThe body exactly as it was signed and sent.
statusBoardWebhookDeliveryStatusDa
attemptsintegerDa
response_statusintegerNu
response_snippetstringNuThe first 500 bytes your endpoint answered with. When it answered but sent no body, the status we observed; when we could not reach it, or the fault was ours, authored copy sayi…
next_attempt_atstringNu
delivered_atstringNu
replay_of_idUuidNuUUIDv7 identifier — sortable by creation time (docs/02 §8).
created_atstringDa

Erori pe care le poate returna acest punct final

401 · 403 · 404