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

Documentation Index

Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

OK

auth_method
enum<string>

Auth method used by the server

Available options:
local,
oidc,
saml
Example:

"local"

setup_required
boolean

Whether the server requires initial setup (no users have been registered yet)

Example:

true