v1
latestOpenAPI 3.0.3AGPL-3.0-only OR LicenseRef-SEL2026-07-17111018.9 KBSchema
Return the configuration schema at a specific hash
Returns the JSON Schema describing the full Stalwart configuration tree. The response is always gzip-encoded (Content-Encoding: gzip) and served with an immutable cache policy — the schema for a given hash never changes. If the hash does not match the server's current schema, the server redirects to the correct URL.
get/api/schema/{hash}
Path parameters
hashstring required
SHA-256 hex digest of the configuration schema
Response
Gzipped JSON Schema document
object required
JSON Schema document describing Stalwart config