Skip to main content

Get App Settings Client

GET 

/config/v1/app_settings/client

deprecated

DEPRECATED Please use /v2/kv instead.

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

Request

Header Parameters

    if-none-match any

    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

    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

Successful Response

Response Headers

  • ETag

    string

    Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.

Schema

  • Array [

  • key Key (string)required

    The key for the setting

    value Value (string)required

    The value for the setting

    notes

    object

    Notes to describe the key value pair

    anyOf

    string

  • ]

Loading...