Zum Hauptinhalt springen
GET
/
settings
/
{context}
cURL
curl -X GET \
 /settings/{context} \
 --header "Authorization: Bearer <token>"
{
  "settings": {
    "key": "value"
  },
  "inheritance": {
    "key": "defaultValue|tenant|customer"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.fynn.eu/llms.txt

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

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

context
string
erforderlich

Setting identifier

Antwort

The settings

settings
object
inheritance
object