Operations API
Command and systematize your website
Admin - Master Boards
List Master Boards
/services/operations/v1/admin/master-boards/list
Auth
Requires superadmin access.
Create Master Board
/services/operations/v1/admin/master-boards/create
Auth
Requires superadmin access.
Get Master Board
/services/operations/v1/admin/master-boards/get
Auth
Requires superadmin access.
Sync Master Boards
/services/operations/v1/admin/master-boards/sync
Auth
Requires superadmin access. This re-syncs all projects, adding new cards from master
Delete Master Board
/services/operations/v1/admin/master-boards/delete
Auth
Requires superadmin access.
Admin - Master Cards
Create Master Card
/services/operations/v1/admin/master-cards/create
Auth
Requires superadmin access.
Update Master Card
/services/operations/v1/admin/master-cards/update
Auth
Requires superadmin access.
Delete Master Card
/services/operations/v1/admin/master-cards/delete
Auth
Requires superadmin access.
Push Master Card
/services/operations/v1/admin/master-cards/push
Auth
Requires superadmin access.
Reorder Master Cards
/services/operations/v1/admin/master-cards/reorder
Auth
Admin - Master Groups
Create Master Group
/services/operations/v1/admin/master-groups/create
Auth
Requires superadmin access.
Update Master Group
/services/operations/v1/admin/master-groups/update
Auth
Requires superadmin access.
Delete Master Group
/services/operations/v1/admin/master-groups/delete
Auth
Requires superadmin access.
Reorder Master Groups
/services/operations/v1/admin/master-groups/reorder
Auth
Boards
List Boards
/services/operations/v1/operations/boards/list
Auth
Optional parameters: - tool_key: Filter boards by tool (e.g., 'website_builder', 'analytics')
Create Board
/services/operations/v1/operations/boards/create
Auth
Get Board
/services/operations/v1/operations/boards/get
Auth
Update Board
/services/operations/v1/operations/boards/update
Auth
Cards
List Cards
/services/operations/v1/operations/cards/list
Auth
Create Card
/services/operations/v1/operations/cards/create
Auth
Update Card
/services/operations/v1/operations/cards/update
Auth
Delete Card
/services/operations/v1/operations/cards/delete
Auth
Reorder Cards
/services/operations/v1/operations/cards/reorder
Auth
Comments
List Comments
/services/operations/v1/operations/comments/list
Auth
Create Comment
/services/operations/v1/operations/comments/create
Auth
Groups
List Groups
/services/operations/v1/operations/groups/list
Auth
Create Group
/services/operations/v1/operations/groups/create
Auth
Update Group
/services/operations/v1/operations/groups/update
Auth
Delete Group
/services/operations/v1/operations/groups/delete
Auth
Reorder Groups
/services/operations/v1/operations/groups/reorder
Auth
Tags
List Tags
/services/operations/v1/operations/tags/list
Auth
Create Tag
/services/operations/v1/operations/tags/create
Auth
Tour
List Tour Cards
/services/operations/v1/operations/tour/cards/list
Auth
Used by the frontend to determine which guided tours to trigger.
Update Tour Card
/services/operations/v1/operations/tour/cards/update
Auth
Scoped to master tour cards only — no tool subscription required.
Dismiss All Tour Cards
/services/operations/v1/operations/tour/cards/dismiss-all
Auth
Widget
List Widget Cards
/services/operations/v1/operations/widget/cards/list
Auth
Required parameters: - tool_key: Filter cards by tool (e.g., 'website_builder', 'analytics')
Update Widget Card
/services/operations/v1/operations/widget/cards/update
Auth
Tool access is checked based on the card's board tool_key. No AuthorizeProjectHasToolAccess middleware needed.