Skip to content

Get App Settings All

Deprecated
GET
/config/v1/kv

DEPRECATED Please use /v2/kv instead.

If authenticated and with correct permissions, will return all KVs. Otherwise it will only return non secret KVs.

Authorizations

Parameters

Query Parameters

keys_to_include
Any of:
Array<string>

If specified, will only return the KVs with the specified keys

Header Parameters

if-none-match
Any of:
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.

if-match
Any of:
string

If you provide the ETag that matches the current ETag for this content, will return a 412 response - indicating that the content has changed.

Responses

200

Successful Response

object
kvs

The list of key/value pairs

Array<object>
default:

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
Any of:
string
secret_kvs

The list of secret key/value pairs

Array<object>
default:

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
Any of:
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

412

Content has changed since the ETag was provided

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string