English
cURL
curl --request POST \ --url https://api.altostrat.io/radius/tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "color": "<string>" } '
{ "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 created.
Was this page helpful?