agency-board
POST /v1/agency/boards/{boardId}/webhooks/{webhookId}/test
Send a signed test delivery now.
Autentizace
Odešlete klíč API jako bearer token. Tento koncový bod ve specifikaci uvádí specifické oprávnění, takže svému klíči udělte to nejmenší možné a místo předpokladů zkontrolujte odpověď.
Tento koncový bod nevyžaduje žádné ID organizace. Váš klíč již identifikuje organizaci, ke které patří, a odpověď je na ni omezena.
Vyzvednout
Nahraďte cokoli v závorkách vlastními hodnotami a zástupný symbol klíče klíčem z vašeho řídicího panelu.
curl -X POST https://api.zinndigital.com/v1/agency/boards/{boardId}/webhooks/{webhookId}/test \
-H "Authorization: Bearer zdk_live_…"Přihlášeni? Konzole API ve vašem dashboardu automaticky doplní vaše skutečné ID organizace i váš vlastní klíč a odešle požadavek na živé API, abyste viděli reálnou odpověď. Otevřete tento koncový bod v konzoli API
Podrobnosti
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.
Parametry
| Název | Typ | Požadováno | Co to je |
|---|---|---|---|
boardId (path) | Uuid | Ano | Project board ID (UUIDv7). |
webhookId (path) | Uuid | Ano | Outbound webhook subscription ID (UUIDv7). |
Odpověď
| Název | Typ | Požadováno | Co to je |
|---|---|---|---|
id | Uuid | Ano | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
subscription_id | Uuid | Ano | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
event | string | Ano | — |
delivery_key | string | Ano | Sent as `X-Zinn-Delivery`, so the receiver can dedupe too. |
payload | object | Ne | The body exactly as it was signed and sent. |
status | BoardWebhookDeliveryStatus | Ano | — |
attempts | integer | Ano | — |
response_status | integer | Ne | — |
response_snippet | string | Ne | 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 | Ne | — |
delivered_at | string | Ne | — |
replay_of_id | Uuid | Ne | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
created_at | string | Ano | — |
Chyby, které může tento koncový bod vrátit
401 · 403 · 404