cURL
curl --request GET \ --url https://api.trillet.ai/v1/api/workspaces/{x-workspace-id} \ --header 'x-workspace-id: <x-workspace-id>'
{ "_id": "<string>", "name": "<string>", "initials": "<string>", "pricingTier": "<string>", "isMasterWorkspace": true, "teamMembers": [ {} ], "createdAt": "<string>", "updatedAt": "<string>" }
Retrieve detailed information about a specific workspace where the authenticated user is either the owner or a team member.
:workspaceId
404 Not Found