GET
/
publicserverinfo
curl --request GET \
  --url https://use.hoop.dev/api/publicserverinfo
{
  "auth_method": "local"
}

Response

200
application/json
OK
auth_method
enum<string>

Auth method used by the server

Available options:
oidc,
local
Example:

"local"