Skip to content

Get App Settings Server

Deprecated
GET
/config/v1/app_settings/server

DEPRECATED Please use /v2/kv instead.

Returns app settings that are configured to be available to the server.

Required Permissions: : config:app_settings:server:read

Authorizations

Parameters

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

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
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

403

Error Codes:

  • auth_invalid_key_id - Invalid Authorization - Invalid Key ID in Access Token
  • auth_invalid_version - Invalid Authorization - version
  • auth_malformed_access - Invalid Authorization - malformed access token
  • auth_not_jwt - Invalid Authorization
  • auth_token_expired - Token is expired
  • auth_token_format - Invalid Authorization - {}
  • auth_token_invalid_claim - Token contained invalid claim value: {}
  • auth_token_sig_invalid - Token Signature is invalid
  • auth_token_unknown - Failed to parse token
  • insufficient_permissions - Insufficient Permissions
object
auth_success
boolean
default: true
error_code
required
string
desc
required
string

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