Get public settings

List all public settings. Learn how this can be used in configuring your server in this guide.

It supports the Pagination parameters.

URLRequires AuthHTTP Method

/api/v1/settings.public

no

GET

Query Parameters

ArgumentExampleRequiredDescriptionFormat

query

{"_id":{"$in":["LDAP_Enable", "Jitsi_Enabled"]}}

Optional

Query for named properties

URL encoded JSON object

Example Call

curl http://localhost:3000/api/v1/settings.public

Example Result

{
  "settings": [
  { "_id": "API_Drupal_URL", "value": "" },
  { "_id": "API_Embed", "value": true }],
  "count": 50,
  "offset": 0,
  "total": 299,
  "success": true
}

Last updated

Rocket.Chat versions receive support for six months after release.