cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/practices/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "c5a1e7d3-8f42-4b96-a0d8-f3b7c6e02d19", "name": "Technology", "isActive": true, "createdAt": "2025-09-12T16:42:18.293Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The practice uuid.
uuid
200
The unique identifier for the object.
The name of the practice.
Whether the practice is active.
The timestamp when the object was created.