Server Management
Get Public Server Info
Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Server Management
Get Public Server Info
Get public server information
GET
/
publicserverinfo
curl --request GET \
--url https://use.hoop.dev/api/publicserverinfo
{
"auth_method": "local"
}
Response
200
application/json
OK
Auth method used by the server
Available options:
oidc
, local
Example:
"local"
curl --request GET \
--url https://use.hoop.dev/api/publicserverinfo
{
"auth_method": "local"
}