Skip to main content
POST
Send a test event
Sends a webhook.test event inline and hands back what actually happened — the real response status and error text. Use it to confirm your signature check passes before you depend on push in production. A failed test still returns HTTP 200 here; read the delivered field, not the status code. Authentication required. Send your key as Authorization: Bearer csb_pub_.... A read key is enough — managing webhooks moves no money.

Authorizations

Authorization
string
header
required

Send your key as a Bearer token on every request: Authorization: Bearer csb_pub_.... Generate keys in your CSBoard profile.

Path Parameters

id
string
required

Response

Attempt result (a failed test is still a 200 here — read delivered).

data
object