Skip to main content

Settings

Tags: business-hours, configuration, settings, workspace

Endpoints

Business Hours Status

GET /api/v2/w/{workspace_uuid}/business-hours-status

Description:

Get current business hours status

Get the current business hours status for the workspace.

Authorization: Requires workspace:read scope

Response: See BusinessHoursStatusResponse


Defaults

GET /api/v2/w/{workspace_uuid}/defaults

Description:

Get workspace default settings

Get the default settings for a workspace.

If no settings row exists yet, returns workspace defaults. The row is created on the first update.

Authorization: Requires workspace:read scope

Response: See WorkspaceSettingsResponse


Update Defaults

PUT /api/v2/w/{workspace_uuid}/defaults

Description:

Update workspace default settings

Update default settings for a workspace.

Authorization: Requires workspace:write scope

Parameters:

Response: See WorkspaceSettingsResponse


First Run State

GET /api/v2/w/{workspace_uuid}/first-run-state

Description:

Workspace configuration and settings management

Authorization: Requires workspace:read scope

Response: See FirstRunState


Update First Run State

PUT /api/v2/w/{workspace_uuid}/first-run-state

Description:

Workspace configuration and settings management

Authorization: Requires workspace:write scope

Parameters:

  • request (FirstRunState)

Response: See FirstRunState