Workspaces
Get workspace
Returns a single workspace.
You need to be a member of the workspace to read it — if you’re not, you’ll get a 403.
GET
Get workspace
Authorizations
Your Postbreeze API key
Path Parameters
Prefixed cuid of the workspace to fetch.
Example:
"ws_01HZX5T2K9Q3RB6N6JZP3RYV0M"
Response
The workspace.
Prefixed cuid identifier.
Display name.
Globally unique URL slug.
User id of the workspace owner.
IANA timezone the workspace is scheduled against.
Hour format used in the UI.
Available options:
H24, H12 Brand hex color used in the dashboard chrome. null when unset.
Workspace logo URL. null when unset.
Set when the workspace has been soft-deleted; otherwise null.
Previous
Update workspaceUpdates a workspace's display name, timezone, time format, brand color, or logo.
Pass only the fields you want to change — anything you leave out stays the same. To remove the logo, send `logoUrl: null`.
The URL slug can't be changed after creation (it's part of every workspace link). If you need a different slug, create a new workspace.
Only workspace **owners** and **admins** can edit a workspace.
Next
Get workspace