APIReferenceWebhooks
Send a test event
POSTs a signed sample scan.created (with test: true) to the URL and reports what the receiver answered.
Authorization
apiKey AuthorizationBearer <token>
An API key from Settings, Developers: Authorization: Bearer kc_live_...
In: header
Path Parameters
id*string
Length
1 <= lengthResponse Body
application/json
application/json
curl -X POST "https://example.com/webhooks/string/test"{ "ok": true, "status": 0}