Skip to main content
GET
/
radius
/
tags
/
{id}
Get Tag
curl --request GET \
  --url https://api.altostrat.io/radius/tags/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "color": "<string>",
  "user_count": 123,
  "group_count": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json

Tag object.

id
string
name
string
color
string
user_count
integer
group_count
integer