GET
/
api
List realms and services
curl --request GET \
  --url https://{FUSION HOST}/api
{
  "enabledRealms": [
    {}
  ],
  "version": "<string>",
  "status": {},
  "initMeta": {}
}

Response

200 - application/json

OK

The response is of type object.