curl --request GET \
--url https://{FUSION HOST}/api
{
"enabledRealms": [
{}
],
"version": "<string>",
"status": {},
"initMeta": {}
}
Returns a list of all available realms and services
curl --request GET \
--url https://{FUSION HOST}/api
{
"enabledRealms": [
{}
],
"version": "<string>",
"status": {},
"initMeta": {}
}
OK
The response is of type object
.
Was this page helpful?