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