Skip to main content
Every canny.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

list

boards.list List all boards for your company in Canny Risk: read
Input: empty object Output

retrieve

boards.retrieve Retrieve details of an existing Canny board by ID Risk: read
Input Output

Comments

create

comments.create Create a new comment on a Canny post Risk: write
Input Output

delete

comments.delete Delete a comment in Canny [DESTRUCTIVE · IRREVERSIBLE] Risk: destructive · Irreversible
Input Output: success \| string

list

comments.list List comments in Canny with optional filtering and pagination Risk: read
Input Output

Posts

changeStatus

posts.changeStatus Change an existing Canny post’s status Risk: write
Input Output

create

posts.create Create a new post in Canny Risk: write
Input
Output

delete

posts.delete Delete a post in Canny [DESTRUCTIVE · IRREVERSIBLE] Risk: destructive · Irreversible
Input Output: success \| string

list

posts.list List posts in Canny with optional filtering and pagination Risk: read
Input Output

retrieve

posts.retrieve Retrieve details of an existing Canny post by ID Risk: read
Input Output

Votes

create

votes.create Create a vote for a Canny post on behalf of a user Risk: write
Input Output: success \| string

delete

votes.delete Delete a vote on a Canny post [DESTRUCTIVE · IRREVERSIBLE] Risk: destructive · Irreversible
Input Output: success \| string

list

votes.list List votes in Canny with optional filtering and pagination Risk: read
Input Output