agency-board

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

Send a signed test delivery now.

Tất cả các điểm cuối agency-board

Xác thực

Gửi khóa API dưới dạng mã thông báo bearer. Điểm cuối này không nêu rõ quyền cụ thể trong thông số kỹ thuật, vì vậy hãy cấp cho khóa của bạn quyền tối thiểu cần thiết và kiểm tra phản hồi thay vì phỏng đoán.

Endpoint này không nhận ID tổ chức. Khóa của bạn đã xác định tổ chức mà nó thuộc về và phản hồi được giới hạn trong phạm vi đó.

Dùng thử

Thay thế bất kỳ nội dung nào trong ngoعل (angle brackets) bằng giá trị của riêng bạn và trình giữ chỗ key bằng một key từ trang tổng quan của bạn.

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

Đã đăng nhập? Bảng điều khiển API trong trang quản lý của bạn sẽ tự điền ID tổ chức thực tế và khóa của riêng bạn, sau đó chạy yêu cầu đối với API trực tiếp để bạn có thể xem phản hồi thực tế. Mở điểm cuối này trong bảng điều khiển API

Chi tiết

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.

Tham số

TênLoạiBắt buộcNội dung này là gì
boardId (path)UuidProject board ID (UUIDv7).
webhookId (path)UuidOutbound webhook subscription ID (UUIDv7).

Phản hồi

TênLoạiBắt buộcNội dung này là gì
idUuidUUIDv7 identifier — sortable by creation time (docs/02 §8).
subscription_idUuidUUIDv7 identifier — sortable by creation time (docs/02 §8).
eventstring
delivery_keystringSent as `X-Zinn-Delivery`, so the receiver can dedupe too.
payloadobjectKhôngThe body exactly as it was signed and sent.
statusBoardWebhookDeliveryStatus
attemptsinteger
response_statusintegerKhông
response_snippetstringKhôngThe 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_atstringKhông
delivered_atstringKhông
replay_of_idUuidKhôngUUIDv7 identifier — sortable by creation time (docs/02 §8).
created_atstring

Các lỗi điểm cuối này có thể trả về

401 · 403 · 404