Read a settings document
GET/admin/settings/:category
A secret field never comes back. In its place the document carries
"<field>Set": true or false, and the value itself is sealed at rest. There
is no route that reads a secret back, on any surface.
The category set is CLOSED: an unknown one is a 404, not a new document.
softswiss and webhook are per casino; lobby is the instance's and is
super-user only, because it describes how this instance runs a battle
rather than one casino's credentials.
A category that has never been saved answers its defaults rather than a 404
— the document exists as a shape whether or not a row does.
Permission: settings.read on a tenant category · super-user on lobby
Request
Responses
- 200
- 400
- 401
- 403
- 404
The document, with every secret replaced by a presence flag
X-Tenant-Id is missing on a tenant category
No session cookie, or it expired
The role lacks settings.read, the caller is not a member of this casino, or the category is platform-scoped and the caller is not a super-user
Unknown category — answered only after authentication, so the category list cannot be probed