Skip to main content
GET
/
v3
/
settings
/
environment
Read Environment Settings
curl --request GET \
  --url http://localhost/api/v3/settings/environment
{
  "data": [
    {
      "handle": "<string>",
      "value": "<unknown>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Response

data
object[]
required