English
cURL
curl --request POST \ --url https://api.altostrat.io/radius/realms \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "group_ids": [ "<string>" ] } '
{ "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 created.
Was this page helpful?