| List Boards | Lists all boards. |
| Retrieve Board | Retrieves a single board by ID. |
| List Posts | Lists posts with optional filtering and pagination. |
| Retrieve Post | Retrieves a single post by ID. |
| Create Post | Creates a new feedback post. |
| Update Post | Updates an existing post. |
| Delete Post | Deletes a post. |
| Change Post Status | Changes the status of a post. |
| List Comments | Lists comments with optional filtering and cursor-based pagination. |
| Retrieve Comment | Retrieves a single comment by ID. |
| Create Comment | Creates a new comment on a post. |
| Delete Comment | Deletes a comment. |
| List Votes | Lists votes with optional filtering and cursor-based pagination (v2). |
| Retrieve Vote | Retrieves a single vote by ID. |
| Create Vote | Creates a vote on a post. |
| Delete Vote | Deletes a vote. |
| List Categories | Lists categories with optional board filter and pagination. |
| Retrieve Category | Retrieves a single category by ID. |
| Create Category | Creates a new category in a board. |
| Delete Category | Deletes a category. |
| List Tags | Lists tags with optional board filter and pagination. |
| Retrieve Tag | Retrieves a single tag by ID. |
| Create Tag | Creates a new tag in a board. |
| List Users | Lists users with cursor-based pagination. |
| Retrieve User | Retrieves a single user by ID. |
| Create or Update User | Creates a new user or updates an existing one by email. |
| Delete User | Deletes a user. |
| List Companies | Lists companies with cursor-based pagination. |
| Update Company | Updates an existing company. |
| Delete Company | Deletes a company. |
| List Status Changes | Lists post status changes with optional filtering and cursor-based pagination. |
| List Changelog Entries | Lists changelog entries with optional filtering. |
| Create Changelog Entry | Creates a new changelog entry. |
| Raw Request | Sends a raw HTTP request to the Canny API. The API key is injected automatically into the request body. |