Configuration

Get a single configuration property

Returns the value of a specific property within the given configuration.

get/config/{configId}/{propertyId}

Path parameters

configIdstring required

The unique identifier for the configuration.

propertyIdstring required

The name (key) of the configuration property.

Response

The property value as plain text.

Changes