Send a test event
POST /v1/webhook-endpoints/{endpoint_id}/test — Synchronously send a signed endpoint.test event to the endpoint and report the outcome. Does not touch the delivery…
Synchronously send a signed endpoint.test event to the endpoint and report the outcome. Does not touch the delivery log or failure counters.
Requires scope: webhooks:write. Plan entitlement: public_api (Creator and Pro).
Consequential operation — send an Idempotency-Key header.
API key (bf_live_… / bf_test_…) as a Bearer token.
In: header
Path Parameters
Endpoint ID from List webhook endpoints
1 <= lengthResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/v1/webhook-endpoints/string/test"{ "delivered": true, "status_code": -9007199254740991, "error": "string"}Rotate the signing secret POST
POST /v1/webhook-endpoints/{endpoint_id}/rotate-secret — Mint a NEW whsec_ secret (returned once). For 24 hours deliveries carry TWO signatures — the new and the…
List deliveries GET
GET /v1/webhook-endpoints/{endpoint_id}/deliveries — The endpoint's delivery log, newest first, cursor-paginated, with per-attempt status codes, bounded error…