cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/practices/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "a3f7c821-6d4e-4b29-9f1a-d85c2e073f6b", "name": "Financial Services", "isActive": true, "createdAt": "2026-01-15T14:01:51.774Z" }
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.