English
cURL
curl --request GET \ --url https://api.altostrat.io/radius/attributes \ --header 'Authorization: Bearer <token>'
{ "data": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A structured list of available RADIUS attributes, categorized by vendor and type.
Was this page helpful?