Skip to main content
GET
/
radius
/
realms
/
{id}
Get Realm
curl --request GET \
  --url https://api.altostrat.io/radius/realms/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "group_ids": [
    "<string>"
  ],
  "proxy_target": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Realm object.

id
string
name
string
description
string
group_ids
string[]
proxy_target
string