ConsoleCatalog
Sign in
Florida Sunbiz logo

Florida Sunbiz

search.sunbiz.orgGovernment Legalno auth

Florida business filings - entity details, filing history, status, officers, and registered agents.

Entity Details

ASYNCREADNo auth

Returns a full Florida entity filing with status, agent, addresses, and officers.

ParametersFormJSON

Opaque entity key (aggregateId) from a listing or prior detail link

searchNameOrder list cursor paired with the aggregateId

Original entity-name search keyword for the detail session context

listNameOrder position token paired with the aggregateId

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_search_sunbiz_org_entity_detail_by_name",
    "params": {
      "aggregate_id": "flal-l23000445881-88c64a74-430c-416e-81b3-6bff05bac123",
      "search_name_order": "HOLDINGS321 L230004458810",
      "search_term": "holdings",
      "list_name_order": "HOLDINGS321 L230004458810"
    }
  }'