Server Management
Get Server Info
Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Server Management
Get Server Info
Get server information
GET
/
serverinfo
curl --request GET \
--url https://use.hoop.dev/api/serverinfo
{
"admin_username": "admin",
"api_url": "https://api.johnwick.org",
"auth_method": "local",
"commit_sha": "e6b94e86352e934b66d9c7ab2821a267dc18dfee",
"disable_sessions_download": true,
"go_debug": "http2debug=2",
"grpc_url": "127.0.0.1:8009",
"has_ask_ai_credentials": true,
"has_idp_audience": true,
"has_idp_custom_scopes": true,
"has_postgrest_role": true,
"has_redact_credentials": true,
"has_ssh_client_host_key": true,
"has_webhook_app_key": true,
"license_info": {
"allowed_hosts": [
"johnwick.org",
"homolog.johnwick.org"
],
"expire_at": 1722261422,
"is_valid": true,
"issued_at": 1722261321,
"key_id": "f2fb0c3143822b08be26f8fc5b703e0a6689e675",
"type": "enterprise",
"verified_host": "homolog.johnwick.org",
"verify_error": "unable to verify license"
},
"log_level": "INFO",
"redact_provider": "gcp",
"tenancy_type": "selfhosted",
"version": "1.35.0"
}
Response
200
application/json
OK
The response is of type object
.
curl --request GET \
--url https://use.hoop.dev/api/serverinfo
{
"admin_username": "admin",
"api_url": "https://api.johnwick.org",
"auth_method": "local",
"commit_sha": "e6b94e86352e934b66d9c7ab2821a267dc18dfee",
"disable_sessions_download": true,
"go_debug": "http2debug=2",
"grpc_url": "127.0.0.1:8009",
"has_ask_ai_credentials": true,
"has_idp_audience": true,
"has_idp_custom_scopes": true,
"has_postgrest_role": true,
"has_redact_credentials": true,
"has_ssh_client_host_key": true,
"has_webhook_app_key": true,
"license_info": {
"allowed_hosts": [
"johnwick.org",
"homolog.johnwick.org"
],
"expire_at": 1722261422,
"is_valid": true,
"issued_at": 1722261321,
"key_id": "f2fb0c3143822b08be26f8fc5b703e0a6689e675",
"type": "enterprise",
"verified_host": "homolog.johnwick.org",
"verify_error": "unable to verify license"
},
"log_level": "INFO",
"redact_provider": "gcp",
"tenancy_type": "selfhosted",
"version": "1.35.0"
}