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": {
    "operators": [
      {
        "value": ":=",
        "description": "Set to value (assignment)"
      }
    ],
    "tags": [
      "session",
      "common",
      "isp"
    ],
    "attributes_by_vendor": {}
  }
}

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <token>

Response

A structured list of all available RADIUS attributes.

data
object