BioFlow
API Reference

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…

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 log or failure counters.

Requires scope: webhooks:write. Plan entitlement: public_api (Creator and Pro).

Consequential operation — send an Idempotency-Key header.

Authorization

AuthorizationBearer <token>

API key (bf_live_… / bf_test_…) as a Bearer token.

In: header

Path Parameters

endpoint_id*string

Endpoint ID from List webhook endpoints

Length1 <= length

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/test"
{  "delivered": true,  "status_code": -9007199254740991,  "error": "string"}