Skip to main content
GET
List your webhook endpoints
Returns your registered endpoints together with the health fields that tell you whether push is actually working: last_success_at, last_failure_at, the verbatim last_error your server produced, and consecutive_failures. At 50 consecutive failures an endpoint is auto-disabled, so a rising counter here is the early warning. See the Webhooks guide for signature verification and the payload schema. 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.

Response

200 - application/json

Your endpoints.

data
object[]