curl --request GET \
--url https://use.hoop.dev/api/publicserverinfo
{
"auth_method": "local"
}
Get public server information
curl --request GET \
--url https://use.hoop.dev/api/publicserverinfo
{
"auth_method": "local"
}
OK
The response is of type object
.
Was this page helpful?