Florida Managed IT Group API docs
Read-only API documentation for this marketing WordPress site. Agents can fetch pages and discovery files. This is not a product API. There are no write, payment, or login operations. Phone and postal address are not published.
OpenAPI spec
The OpenAPI specification is openapi.json (OpenAPI 3.0.3). Every operation has an operationId, a description, a typed Accept parameter, and a typed response schema.
Authentication
There is no authentication API, no OAuth, and no API keys. All listed routes are public GET. Do not send a bearer token. The contact form is a normal HTML form, not an auth endpoint.
Webhooks
There are no webhooks. This host does not register callback URLs or sign outbound events.
Rate limits
JSON helpers send RateLimit-Limit, RateLimit-Remaining, and RateLimit-Reset headers. The current window is 60 requests per 60 seconds per IP on /api/v1/*.
Error model
Unknown /api/v1/* paths return HTTP 404 JSON. Non-GET returns HTTP 405 with Allow: GET. Those bodies follow the ApiError schema in openapi.json (error.code, error.message) and are also described as application/problem+json.
Versioning
Public JSON lives under /api/v1/. A breaking change would ship as /api/v2/. No routes are deprecated. Missing Sunset or Deprecation headers means the route is current.
Changelog
1.3.6 added typed Accept parameters and a shared ApiError schema. 1.3.5 wrapped the homepage outline in main. Older versions added llms.txt, markdown negotiation, and /docs.