Sign in

Get client configuration

documented

Get client-relevant configuration subset.

GET /api/v4/config/clientSystemno 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://community.mattermost.com/api/v4/config/client?format={{format}}" \
  -X GET \
  -H "Accept: application/json"
Get client configuration · Mattermost · OpenIntegrations