agency-board
POST /v1/agency/boards/{boardId}/webhooks/{webhookId}/test
Send a signed test delivery now.
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
| Nume | Tip | Obligatoriu | Ce este |
|---|---|---|---|
boardId (path) | Uuid | Da | Project board ID (UUIDv7). |
webhookId (path) | Uuid | Da | Outbound webhook subscription ID (UUIDv7). |
Răspuns
| Nume | Tip | Obligatoriu | Ce este |
|---|---|---|---|
id | Uuid | Da | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
subscription_id | Uuid | Da | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
event | string | Da | — |
delivery_key | string | Da | Sent as `X-Zinn-Delivery`, so the receiver can dedupe too. |
payload | object | Nu | The body exactly as it was signed and sent. |
status | BoardWebhookDeliveryStatus | Da | — |
attempts | integer | Da | — |
response_status | integer | Nu | — |
response_snippet | string | Nu | The 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_at | string | Nu | — |
delivered_at | string | Nu | — |
replay_of_id | Uuid | Nu | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
created_at | string | Da | — |
Erori pe care le poate returna acest punct final
401 · 403 · 404