Back to API Docs
Tickets
Create, manage, and track tickets on your Kanban boards. Tickets represent work items that flow through your workflow stages.
Endpoints (6)
GET
List tickets
/ticketsReturns a paginated list of tickets with optional filtering.
POST
Create ticket
/ticketsCreates a new ticket on a board.
GET
Get ticket
/tickets/{ticket_id}Returns a specific ticket by ID.
PATCH
Update ticket
/tickets/{ticket_id}Updates a ticket's properties.
DELETE
Delete ticket
/tickets/{ticket_id}Deletes a ticket (soft delete).
POST
Move ticket
/tickets/{ticket_id}/moveMoves a ticket to a different status/column.