Skip to main content
Every monday.api.* operation is listed below with parameter shapes and return types from the plugin Zod schemas.
New to Corsair? See API access, authentication, and error handling.

Boards

archive

boards.archive Archive a board Risk: write
Input Output

create

boards.create Create a new board Risk: write
Input Output

delete

boards.delete Permanently delete a board Risk: destructive
Input Output

duplicate

boards.duplicate Duplicate a board Risk: write
Input Output

get

boards.get Get a board by ID with groups and columns Risk: read
Input Output

list

boards.list List all boards Risk: read
Input Output

update

boards.update Update a board attribute Risk: write
Input Output

Columns

changeValue

columns.changeValue Change a column value on an item Risk: write
Input Output

create

columns.create Create a new column in a board Risk: write
Input Output

list

columns.list List all columns in a board Risk: read
Input Output

Groups

create

groups.create Create a new group in a board Risk: write
Input Output

delete

groups.delete Delete a group from a board Risk: destructive
Input Output

list

groups.list List all groups in a board Risk: read
Input Output

update

groups.update Update a group attribute Risk: write
Input Output

Items

archive

items.archive Archive an item Risk: write
Input Output

create

items.create Create a new item in a board Risk: write
Input Output

delete

items.delete Permanently delete an item Risk: destructive
Input Output

get

items.get Get an item by ID with column values Risk: read
Input Output

list

items.list List items in a board Risk: read
Input Output

move

items.move Move an item to a different group Risk: write
Input Output

update

items.update Update a column value on an item Risk: write
Input Output

Updates

create

updates.create Create an update (comment) on an item Risk: write
Input Output

delete

updates.delete Delete an update (comment) Risk: destructive
Input Output

list

updates.list List updates (comments) on an item Risk: read
Input Output

Users

get

users.get Get a user by ID Risk: read
Input Output

list

users.list List all users in the account Risk: read
Input Output

Webhooks

create

webhooks.create Subscribe to a board event via webhook Risk: write
Input Output

delete

webhooks.delete Unsubscribe a webhook by ID Risk: destructive
Input Output

list

webhooks.list List all webhooks for a board Risk: read
Input Output

Workspaces

list

workspaces.list List all workspaces Risk: read
Input Output