Workspaces
Get an Account workspace
Returns one workspace owned by the authenticated Account.
get/workspaces/{workspaceId}
Path parameters
workspaceIdstring required
Workspace identifier.
Response
Workspace details.
Example response
{
"data": {
"id": "01HW01ABCDEF",
"name": "Engineering",
"slug": "eng"
}
}