curl https://app.drime.cloud/api/v1/workspace/1873 \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "workspace": { "id": 1873, "name": "My Workspace", "avatar": "https://www.gravatar.com/avatar/...", "owner_id": 15843, "created_at": "2025-12-18T18:39:07.000000Z", "updated_at": "2025-12-18T18:39:07.000000Z", "members_count": 3, "currentUser": { "role_name": "Workspace Owner", "email": "user@example.com", "role_id": 3, "is_owner": true } }, "status": "success" }
Get details for a specific workspace
Documentation IndexFetch the complete documentation index at: https://docs.drime.cloud/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.drime.cloud/llms.txt
Use this file to discover all available pages before exploring further.
success