cURL
curl --request GET \ --url https://api.altostrat.io/radius/tags \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "color": "<string>", "user_count": 123, "group_count": 123 } ], "pagination": { "per_page": 123, "has_more": true, "next_cursor": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of tags.
Show child attributes
Was this page helpful?