BioFlow
API Reference

API Reference

Every BioFlow /v1 operation — 22 endpoints with parameters, schemas, examples, and a request builder, rendered from the OpenAPI 3.1 spec.

The full BioFlow /v1 surface, rendered from the OpenAPI 3.1 spec. Start with the API documentation hub for auth, quotas, pagination, idempotency, and the error registry.

OperationEndpointScope
Get analytics summaryGET /v1/analytics/summaryanalytics:read
List contactsGET /v1/contactscontacts:read
List filesGET /v1/filesfiles:read
List pagesGET /v1/pagespages:read
Create a pagePOST /v1/pagespages:write
Delete a pageDELETE /v1/pages/{page_id}pages:write
Get a pageGET /v1/pages/{page_id}pages:read
Update a page draftPATCH /v1/pages/{page_id}pages:write
Add a blockPOST /v1/pages/{page_id}/blockspages:write
Remove a blockDELETE /v1/pages/{page_id}/blocks/{block_id}pages:write
Publish a pagePOST /v1/pages/{page_id}/publishpublish
Get API usageGET /v1/usagepages:read, pages:write, analytics:read, contacts:read, files:read, publish
List webhook endpointsGET /v1/webhook-endpointswebhooks:read
Create a webhook endpointPOST /v1/webhook-endpointswebhooks:write
Delete a webhook endpointDELETE /v1/webhook-endpoints/{endpoint_id}webhooks:write
Get a webhook endpointGET /v1/webhook-endpoints/{endpoint_id}webhooks:read
Update a webhook endpointPATCH /v1/webhook-endpoints/{endpoint_id}webhooks:write
List deliveriesGET /v1/webhook-endpoints/{endpoint_id}/deliverieswebhooks:read
Resend a deliveryPOST /v1/webhook-endpoints/{endpoint_id}/deliveries/{delivery_id}/resendwebhooks:write
Replay failed deliveriesPOST /v1/webhook-endpoints/{endpoint_id}/replaywebhooks:write
Rotate the signing secretPOST /v1/webhook-endpoints/{endpoint_id}/rotate-secretwebhooks:write
Send a test eventPOST /v1/webhook-endpoints/{endpoint_id}/testwebhooks:write