Skip to content

Return the legacy settings schema.

GET
/api/admin/settings/schema
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/admin/settings/schema \
--header 'Authorization: Bearer <token>'

Get Schema settings in the Settings - General area. Use this operation to retrieve schema data without mutating tenant state.

X-Tenant-Id
string

Tenant selector for multi-tenant admin requests.

Legacy settings schema response.

Media type application/json

Legacy settings schema metadata grouped by settings section.

object
key
additional properties
Example generated
{
"additionalProperty": "example"
}