Skip to main content
GET
/
client-tags
/
{id}
Get a client tag
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"
}
A custom attribute that can be assigned to clients and used to filter reports.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The client tag uuid

Response

200

id
string

The unique identifier for the object.

name
string

The name of the client tag.

isActive
boolean

Whether the client tag is active.

createdAt
string<date-time>

The timestamp when the object was created.