Machine-readable files for this marketing WordPress site. Staging host: https://floridamanageditgroup.com/ — public domain later: floridamanageditgroup.com.

This is not a product API. There is no login API, OAuth, GraphQL, webhook, write, payment, or auth endpoint.

Files

Unknown /api/v1/* paths return HTTP 404 JSON. Non-GET on /api/v1/health returns HTTP 405 with Allow: GET. Those JSON responses include RateLimit headers. They do not invent a GraphQL schema.

Markdown on the same URL

Homepage and 404 honor Accept: text/markdown (see acceptmarkdown.com) only when that type is present and preferred over text/html. The same homepage markdown is also at /homepage.md and /index.md. Browsers that prefer text/html still get HTML. Markdown responses set Vary: Accept, Accept-Encoding. HTML homepage and HTML 404 do not set Vary. The site does not 406 ordinary browsers.

What is not here