info

Get gotify information.

get/gotifyinfo

Response

Ok

localAuthboolean required

If local authentication is enabled.

oidcboolean required

If oidc is enabled.

oidcAutoRedirectboolean required

If the WebUI should automatically redirect to the OIDC identity provider instead of showing the login page.

oidcIdpNamestring required

Name of the OIDC identity provider.

registerboolean required

If registration is enabled.

versionstring required

The current version.

Example response

{
  "localAuth": true,
  "oidc": true,
  "oidcIdpName": "OIDC",
  "register": true,
  "version": "5.2.6"
}

Changes