Get App Settings Client
GET
/config/v1/app_settings/client
Returns app settings that are configured to be available to the client.
Parameters
Header Parameters
if-none-match
If you provide the ETag that matches the current ETag for this content, will return a 304 response - indicating that the content has not changed.
string
If you provide the ETag that matches the current ETag for this content, will return a 304 response - indicating that the content has not changed.
Responses
200
Successful Response
Array<object>
A key/value pair that represents a setting to be used by the client.
object
key
required
The key for the setting
string
value
required
The value for the setting
string
notes
Notes to describe the key value pair
string
Headers
ETag
string
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
304
Content still has the same etag and has not changed
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string