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": "d2f4a891-c73b-4e16-85d9-e1c0f3b27a64", "name": "Strategic Partner", "isActive": true, "createdAt": "2026-02-10T09:15:42.318Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the client tag. Max 255 characters.
Whether the client tag is active.
200
The unique identifier for the object.
The name of the client tag.
The timestamp when the object was created.