Get platform settings

GET https://app.speybooks.com/api/v1/admin/settings

Retrieve all rows from the system_settings table, ordered by key. Each setting includes its key, JSON value, human description, and last update timestamp.

Settings are platform-level configuration (e.g. feature flags, limits, maintenance mode) rather than per-organisation.

Response

200 All platform settings as key-value pairs with descriptions.
Show response fields
settings array<object>
Show child attributes
description string
key string
updatedAt string date-time
value integer