Skip to main content
GET
/
contact-tags
/
{id}
Get a contact tag
curl --request GET \
  --url https://www.ruddr.io/api/workspace/contact-tags/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "a3f7c821-9e14-4d62-b805-7e2d4c1f9a3b",
  "name": "Main PoC",
  "isActive": true,
  "createdAt": "2026-01-15T14:29:59.497Z"
}
A custom attribute that can be assigned to contacts 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 contact tag uuid

Response

200

id
string

The unique identifier for the object.

name
string

The name of the contact tag.

isActive
boolean

Whether the contact tag is active.

createdAt
string<date-time>

The timestamp when the object was created.