Get Default Workspace

Gets the default workspace for the requesting user. If the user belongs to a single workspace, that workspace is returned. Otherwise, if the user’s organization has a default workspace and the user belongs to it, that will be returned.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns an optional object.
idstring

A unique identifier for the workspace within the organization. The workspace ID must be lower case alphanumeric characters, optionally separated by hyphens.

ridstring

Unique resource identifier for a Workspace.

orgstring

Unique resource identifier for an Organization.

displayNamestringOptional
iconUrlstringOptional

URL to the icon for the workspace.