agency-board

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

Send a signed test delivery now.

Tüm agency-board uç noktaları

Kimlik Doğrulama

Bir API anahtarını bearer token olarak gönderin. Bu uç nokta, teknik özelliklerde belirli bir yetki belirtmemektedir; bu nedenle, varsaymak yerine anahtarınıza ihtiyaç duyduğu en az yetkiyi verin ve yanıtı kontrol edin.

Bu uç nokta hiçbir organizasyon kimliği almaz. Anahtarınız zaten ait olduğu organizasyonu tanımlar ve yanıt bu organizasyonla sınırlandırılır.

Dene

Köşeli parantez içindeki her şeyi kendi değerlerinizle ve anahtar yer tutucusunu panonuzdan bir anahtarla değiştirin.

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

Oturum açtınız mı? Panonuzdaki API konsolu, gerçek organizasyon kimliğinizi ve kendi anahtarınızı otomatik olarak doldurur ve isteği canlı API üzerinde çalıştırarak gerçek yanıtı görmenizi sağlar. Bu uç noktayı API konsolunda açın

Ayrıntılar

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.

Parametreler

AdTürZorunluNe olduğu
boardId (path)UuidEvetProject board ID (UUIDv7).
webhookId (path)UuidEvetOutbound webhook subscription ID (UUIDv7).

Yanıt

AdTürZorunluNe olduğu
idUuidEvetUUIDv7 identifier — sortable by creation time (docs/02 §8).
subscription_idUuidEvetUUIDv7 identifier — sortable by creation time (docs/02 §8).
eventstringEvet
delivery_keystringEvetSent as `X-Zinn-Delivery`, so the receiver can dedupe too.
payloadobjectHayırThe body exactly as it was signed and sent.
statusBoardWebhookDeliveryStatusEvet
attemptsintegerEvet
response_statusintegerHayır
response_snippetstringHayırThe 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_atstringHayır
delivered_atstringHayır
replay_of_idUuidHayırUUIDv7 identifier — sortable by creation time (docs/02 §8).
created_atstringEvet

Bu uç noktanın dönderebileceği hatalar

401 · 403 · 404