Files
kumomta/docs/reference/http/kumod/_index.md
T
Wez Furlong b5fb4bd1f9 docs: replace manual http docs with generated docs
we now just have one section containing docs for the HTTP API,
which makes things a bit easier to reason about.
2026-02-02 08:17:20 +00:00

659 B

kumod HTTP API

HTTP service is configured via kumo.start_http_listener.

Authentication

All HTTP endpoints require that the client satisfy one of the follow conditions:

  • Trusted IP - Connecting from a host covered by the trusted_hosts defined for the HTTP listener
  • Authenticated - Provide HTTP Basic authentication credentials that are validated successfully by the http_server_validate_auth_basic event handler

Endpoints { data-search-exclude }

The following endpoints are available: