English
cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Realm object.
Was this page helpful?