Replay failed deliveries
POST /v1/webhook-endpoints/{endpoint_id}/replay — Bulk recovery: re-queue every FAILED delivery created since the given instant (last 30 days). Use after…
Bulk recovery: re-queue every FAILED delivery created since the given instant (last 30 days). Use after re-enabling an auto-disabled endpoint.
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 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response 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/replay" \ -H "Content-Type: application/json" \ -d '{ "since": "2019-08-24T14:15:22Z" }'{ "replayed": 0}Resend a delivery POST
POST /v1/webhook-endpoints/{endpoint_id}/deliveries/{delivery_id}/resend — Re-queue ONE delivery for immediate redelivery, restarting its retry ladder. The…
AI & agent tooling
Everything an AI assistant needs to build on BioFlow: llms.txt, markdown twins of every docs page, the OpenAPI 3.1 spec, the MCP server, and an agent prompt.