Skip to main content

REST routes overview

This page lists all REST routes along with brief descriptions and links to detailed pages.
It’s a good idea to check out Working with Server before exploring the individual routes.


For easy navigation, you can use either the tabs below or the side menu:

  • The side menu organizes routes by HTTP methods
  • The tabs below help you quickly identify which routes correspond to different operations

These routes handle operations related to cards:

HTTP methodRouteDescription
GET /cardsRetrieves all cards and returns a JSON object containing an array of card objects
POST /cardsAdds a new card and returns a JSON object with the new card’s ID
PUT /cardsUpdates a specific card’s data and returns an empty JSON object
PUT /cards/id/moveMoves cards to a designated position
DELETE /cardsRemoves a card’s data