Skip to main content
GET
Get Config

Authorizations

Authorization
string
header
required

Path Parameters

config_definition_key
string
required
config_key
string
required

Response

Successful Response

Represents the response for getting a configuration.

data
ConfigRetrievable · object
required

Represents the configuration with the key.

Example:
status
enum<string>
default:SUCCESS

The status of the response.

Available options:
SUCCESS,
FAILURE
message
string | null

The message for the response.

errors
any | null

The errors for the response.