Returns the workspace ID and name for the authenticated user.
TypeScript
const response: Promise<FireblocksResponse<Workspace>> = fireblocks.workspace.getWorkspace();
{ "id": "123e4567-e89b-12d3-a456-426614174000", "name": "My Workspace" }
Documentation IndexFetch the complete documentation index at: https://developers.fireblocks.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Workspace details
The ID of the workspace
"123e4567-e89b-12d3-a456-426614174000"
The name of the workspace
"My Workspace"