cURL
curl --request POST \ --url https://www.ruddr.io/api/workspace/client-tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
{ "id": "a3e7b2f1-94dc-4c8e-b051-7f3d6a182e09", "name": "Enterprise", "isActive": true, "createdAt": "2026-01-15T14:18:16.097Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the client tag.
Whether the client tag is active.
200
The unique identifier for the object.
The timestamp when the object was created.