English
cURL
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 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tag object.
Was this page helpful?