Skip to main content
GET
/
v3
/
settings
/
{setting}
Read a Setting
curl --request GET \
  --url http://localhost/api/v3/settings/{setting}
{
  "data": {
    "id": 123,
    "handle": "<string>",
    "value": "<string>",
    "type": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

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.

Path Parameters

setting
string
required

The setting handle

Response

Setting

data
Setting · object
required