Skip to main content
GET
/
publicserverinfo
Get Public Server Info
curl --request GET \
  --url https://use.hoop.dev/api/publicserverinfo
{
  "auth_method": "local"
}

Response

OK

auth_method
enum<string>

Auth method used by the server

Available options:
local,
oidc,
saml
Example:

"local"

I