agency-board

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

Send a signed test delivery now.

Semua titik akhir agency-board

Autentikasi

Kirimkan kunci API sebagai token bearer. Titik akhir ini tidak menyatakan izin tertentu dalam spesifikasi, jadi berikan kunci Anda izin minimum yang diperlukan dan periksa responsnya alih-alih berasumsi.

Endpoint ini tidak memerlukan id organisasi. Kunci Anda telah mengidentifikasi organisasi tempatnya berafiliasi, dan respons akan dibatasi untuk organisasi tersebut.

Coba

Ganti apa pun di dalam tanda kurung sudut dengan nilai Anda sendiri, dan placeholder kunci dengan kunci dari dasbor Anda.

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

Sudah masuk? Konsol API di dasbor Anda akan mengisi ID organisasi asli dan kunci Anda sendiri, serta menjalankan permintaan terhadap API langsung sehingga Anda dapat melihat respons aktualnya. Buka titik akhir ini di konsol API

Detail

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.

Parameter

NamaJenisWajibTentang apa ini
boardId (path)UuidYaProject board ID (UUIDv7).
webhookId (path)UuidYaOutbound webhook subscription ID (UUIDv7).

Tanggapan

NamaJenisWajibTentang apa ini
idUuidYaUUIDv7 identifier — sortable by creation time (docs/02 §8).
subscription_idUuidYaUUIDv7 identifier — sortable by creation time (docs/02 §8).
eventstringYa
delivery_keystringYaSent as `X-Zinn-Delivery`, so the receiver can dedupe too.
payloadobjectTidakThe body exactly as it was signed and sent.
statusBoardWebhookDeliveryStatusYa
attemptsintegerYa
response_statusintegerTidak
response_snippetstringTidakThe 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_atstringTidak
delivered_atstringTidak
replay_of_idUuidTidakUUIDv7 identifier — sortable by creation time (docs/02 §8).
created_atstringYa

Kesalahan yang dapat dikembalikan oleh titik akhir ini

401 · 403 · 404