Response
OK
Auth method used by the server
Available options:
local
, oidc
, saml
Example:
"local"
curl --request GET \
--url https://use.hoop.dev/api/publicserverinfo
{
"auth_method": "local"
}
Get public server information
curl --request GET \
--url https://use.hoop.dev/api/publicserverinfo
{
"auth_method": "local"
}
OK
Auth method used by the server
local
, oidc
, saml
"local"
Was this page helpful?