GET
/
settings
/
{setting_id_str}

Authorizations

Authorization
string
header
required

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

Path Parameters

setting_id_str
string
required

Response

200 - application/json

Represents a setting

dataType
enum<string>
required
Available options:
STRING,
NUMERIC,
JSON,
JSON_LOGIC
entityId
string
required
entityType
string
required
id
string
required
name
string
required
namespace
string
required
value
string
required