Sign in

Get Setting by ID

documented

Get a single setting by its _id.

GET /api/v1/settings/{_id}Settingsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://rocket.chat/api/v1/settings/{{$setting_id}}" \
  -X GET \
  -H "X-User-Id: {{$user_id}}" \
  -H "X-Auth-Token: {{ROCKET_SECRET}}" \
  -H "Accept: application/json"
Get Setting by ID · Rocket.Chat · OpenIntegrations