cURL
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" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The contact tag uuid
uuid
200
The unique identifier for the object.
The name of the contact tag.
Whether the contact tag is active.
The timestamp when the object was created.