Skip to main content
GET
/
radius
/
attributes
List Available RADIUS Attributes
curl --request GET \
  --url https://api.altostrat.io/radius/attributes \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

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

Response

A structured list of available RADIUS attributes, categorized by vendor and type.

data
object