Webhooks
GET /v1/webhooks/{id}/deliveries — Delivery History
Inspect what we sent, how many attempts it took, and exactly what your server answered.
GET
List delivery attempts
The self-serve answer to “did you actually send it?”. Every attempt is recorded with the payload we POSTed, the response status, the error text, and — for anything still pending — when the next retry is due.
Filter with
?status=pending, delivered, or failed.
Authentication required. Send your key as Authorization: Bearer csb_pub_.... A read key is enough — managing webhooks moves no money.Authorizations
Send your key as a Bearer token on every request: Authorization: Bearer csb_pub_.... Generate keys in your CSBoard profile.
Path Parameters
Query Parameters
Filter by delivery state.
Available options:
pending, delivered, failed 1–100, default 50.
Required range:
x <= 100Response
Most recent attempts first.