GET
/
api
/
realm-configs
/
default
List realms and flag the default realm
curl --request GET \
  --url https://{FUSION HOST}/api/realm-configs/default
[
  {
    "id": "<string>",
    "name": "<string>",
    "default": true
  }
]

Response

200 - */*

OK

The response is of type object[].