Florida Business API

Webhooks

Webhook delivery format and HMAC signing — planned shape (v2 feature).

Webhook delivery is a v2 feature. This page documents the planned shape so integrators can prepare. Live delivery, retries, and the admin dashboard ship after the first paying webhook customer requests them.

Florida Business API is an independent data platform and is not affiliated with Sunbiz.org, the Florida Department of State, or the Florida Division of Corporations.

Planned Shape

Webhooks deliver JSON POST requests to your registered endpoint with an X-FBA-Signature header containing an HMAC-SHA256 signature of the raw body using your endpoint's shared secret.

Subscribed event types (planned): entity.created, entity.updated, saved_search.match.

Subscribe via the /admin/webhooks interface (admin-only in v1).

On this page