cURL
curl --request POST \ --url https://www.ruddr.io/api/workspace/practices \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
{ "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 name of the practice.
Whether the practice is active.
200
The unique identifier for the object.
The timestamp when the object was created.