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

Documentation Index

Fetch the complete documentation index at: https://hoopdev-docs-concepts-gaps-and-organization.mintlify.app/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"