KuikCodeDocs
APIReferenceWebhooks

Send a test event

POST
/webhooks/{id}/test

POSTs a signed sample scan.created (with test: true) to the URL and reports what the receiver answered.

AuthorizationBearer <token>

An API key from Settings, Developers: Authorization: Bearer kc_live_...

In: header

Path Parameters

id*string
Length1 <= length

Response Body

application/json

application/json

curl -X POST "https://example.com/webhooks/string/test"
{  "ok": true,  "status": 0}