cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/project-tags/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "a3f9c2e1-847d-4b6f-9e3a-d2c7f1b08e45", "name": "Frontend", "isActive": true, "createdAt": "2025-03-10T14:22:45.183Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The project tag uuid
uuid
200
The unique identifier for the object.
The name of the project tag.
Whether the project tag is active.
The timestamp when the object was created.