Links
Comment on page

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.
URL
Requires Auth
HTTP Method
/api/v1/settings.public
no
GET

Query Parameters

Argument
Example
Required
Description
Format
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 modified 5mo ago
Deprecation for cloud services and apps is now extended to November 20, 2023. Rocket.Chat versions receive support for six months after release.