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

Autorisierungen

Authorization
string
header
erforderlich

Value for the Authorization header parameter.

Pfadparameter

id
string
erforderlich

Setting identifier

context
string
erforderlich

Setting identifier

Antwort

The setting key

settings
object
inheritance
object