cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/client-tags/{id} \ --header 'Authorization: Bearer <token>'
{ "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 client tag uuid
uuid
200
The unique identifier for the object.
The name of the client tag.
Whether the client tag is active.
The timestamp when the object was created.