For the complete documentation index, see llms.txt. This page is also available as Markdown.

Settings

System settings and configuration

get

Returns the backend's settings information.

Authorizations
AuthorizationstringRequired

The bearer token can be obtained by creating a ServiceAccount.

Responses
200

Successfully returns application settings response.

application/json

Contains application settings.

get/api/v1/settings
GET /api/v1/settings HTTP/1.1
Host: api.example.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "api": {
    "saml": {
      "user_creation_mode": "manual",
      "users_group_membership_management_mode": "manual"
    }
  }
}

Last updated

Was this helpful?