agency-board

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

Send a signed test delivery now.

Alle agency-board-eindpunten

Authenticatie

Stuur een API-sleutel mee als bearer token. Dit eindpunt vermeldt geen specifieke toestemming in de specificatie, dus geef uw sleutel de minimale rechten die nodig zijn en controleer het antwoord in plaats van zomaar wat aan te nemen.

Dit eindpunt vereist geen organisatie-id. Uw sleutel identificeert al de organisatie waartoe deze behoort, en het antwoord is hierop afgestemd.

Probeer het

Vervang alles tussen punthaakjes door uw eigen waarden en de sleutelplaatsvervanger door een sleutel uit uw dashboard.

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

Ingelogd? De API-console in je dashboard vult je echte organisatie-id en je eigen sleutel in, en voert het verzoek uit tegen de live API zodat je de daadwerkelijke respons kunt zien. Open dit eindpunt in de API-console

Details

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.

Parameters

NaamTypeVerplichtWat dit is
boardId (path)UuidJaProject board ID (UUIDv7).
webhookId (path)UuidJaOutbound webhook subscription ID (UUIDv7).

Reactie

NaamTypeVerplichtWat dit is
idUuidJaUUIDv7 identifier — sortable by creation time (docs/02 §8).
subscription_idUuidJaUUIDv7 identifier — sortable by creation time (docs/02 §8).
eventstringJa
delivery_keystringJaSent as `X-Zinn-Delivery`, so the receiver can dedupe too.
payloadobjectNeeThe body exactly as it was signed and sent.
statusBoardWebhookDeliveryStatusJa
attemptsintegerJa
response_statusintegerNee
response_snippetstringNeeThe 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_atstringNee
delivered_atstringNee
replay_of_idUuidNeeUUIDv7 identifier — sortable by creation time (docs/02 §8).
created_atstringJa

Fouten die dit eindpunt kan retourneren

401 · 403 · 404