---
title: "Retrieve Portainer public settings"
method: GET
path: "/settings/public"
tags: ["settings"]
---

# Retrieve Portainer public settings

`GET /settings/public`

Retrieve public settings. Returns a small set of settings that are not reserved to administrators only.
**Access policy**: public

## Response `200`

Success

- SettingsPublicSettingsResponse
  - `AuthenticationMethod` 0 | 1 | 2 | 3
  - `Edge` object
    - `CheckinInterval` integer — The check in interval for edge agent (in seconds) - used in non async mode [seconds]
    - `CommandInterval` integer — The command list interval for edge agent - used in edge async mode [seconds]
    - `PingInterval` integer — The ping interval for edge agent - used in edge async mode [seconds]
    - `SnapshotInterval` integer — The snapshot interval for edge agent - used in edge async mode [seconds]
  - `EnableEdgeComputeFeatures` boolean — Whether edge compute features are enabled
  - `Features` object — Supported feature flags
  - `GlobalDeploymentOptions` PortainerGlobalDeploymentOptions
    - `hideStacksFunctionality` boolean
  - `IsDockerDesktopExtension` boolean
  - `KubeconfigExpiry` string — The expiry of a Kubeconfig
  - `LogoURL` string — URL to a logo that will be displayed on the login page as well as on top of the sidebar. Will use default Portainer logo when value is empty string
  - `OAuthLoginURI` string — The URL used for oauth login
  - `OAuthLogoutURI` string — The URL used for oauth logout
  - `RequiredPasswordLength` integer — The minimum required length for a password of any user when using internal auth mode
  - `RequiresSetupToken` boolean — Whether the setup wizard must send the X-Setup-Token header for admin init / restore
  - `TeamSync` boolean — Whether team sync is enabled

## Other responses

- `500` — Server error

---

[API](https://skmtc.net/portainer/apis/portainerce-api.md) · [All operations](https://skmtc.net/portainer/apis/portainerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portainer/portainerce-api/versions/c0b0975cd11b/schema)
