Skip to main content
GET
/
api
/
realm-configs
/
{id}
Get Realm
curl --request GET \
  --url https://{FUSION HOST}/api/realm-configs/{id}
{
  "id": "<string>",
  "name": "<string>",
  "enabled": true,
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "realmType": "<string>"
}

Response

404 - */*

Realm not found

  • Option 1
  • Option 2
  • Option 3
  • Option 4
  • Option 5
  • Option 6
  • Option 7
  • Option 8
name
string
required
realmType
string
required
id
string
enabled
boolean
createdAt
string<date-time>
updatedAt
string<date-time>
I