Operations API
Command and systematize your website
Base URL: https://api.wemasy.nl/api
ⓘ Settings are saved in browser localStorage for convenience. Don't use production tokens on shared computers.
Boards
List Boards
POST
/services/operations/v1/operations/boards/list
Auth
Optional parameters: - tool_key: Filter boards by tool (e.g., 'website_builder', 'analytics')
Create Board
POST
/services/operations/v1/operations/boards/create
Auth
Get Board
POST
/services/operations/v1/operations/boards/get
Auth
Update Board
POST
/services/operations/v1/operations/boards/update
Auth
Cards
List Cards
POST
/services/operations/v1/operations/cards/list
Auth
Create Card
POST
/services/operations/v1/operations/cards/create
Auth
Update Card
POST
/services/operations/v1/operations/cards/update
Auth
Delete Card
POST
/services/operations/v1/operations/cards/delete
Auth
Reorder Cards
POST
/services/operations/v1/operations/cards/reorder
Auth
Comments
List Comments
POST
/services/operations/v1/operations/comments/list
Auth
Create Comment
POST
/services/operations/v1/operations/comments/create
Auth
Groups
List Groups
POST
/services/operations/v1/operations/groups/list
Auth
Create Group
POST
/services/operations/v1/operations/groups/create
Auth
Update Group
POST
/services/operations/v1/operations/groups/update
Auth
Delete Group
POST
/services/operations/v1/operations/groups/delete
Auth
Reorder Groups
POST
/services/operations/v1/operations/groups/reorder
Auth
Tags
List Tags
POST
/services/operations/v1/operations/tags/list
Auth
Create Tag
POST
/services/operations/v1/operations/tags/create
Auth
Tour
List Tour Cards
POST
/services/operations/v1/operations/tour/cards/list
Auth
Used by the frontend to determine which guided tours to trigger.
Update Tour Card
POST
/services/operations/v1/operations/tour/cards/update
Auth
Scoped to master tour cards only — no tool subscription required.
Dismiss All Tour Cards
POST
/services/operations/v1/operations/tour/cards/dismiss-all
Auth
Widget
List Widget Cards
POST
/services/operations/v1/operations/widget/cards/list
Auth
Required parameters: - tool_key: Filter cards by tool (e.g., 'website_builder', 'analytics')
Update Widget Card
POST
/services/operations/v1/operations/widget/cards/update
Auth
Tool access is checked based on the card's board tool_key. No AuthorizeProjectHasToolAccess middleware needed.
Get Setup Guide Progress
POST
/services/operations/v1/operations/widget/setup-guide/progress
Auth
Returns counts of project cards that have an evaluation_check set (i.e. cards tied to a funnel step). Used by the top-bar Setup Guide badge to show the user X/Y completion. Optional `tool_key` filters the count to one tool's cards.