Cart

The cart system lets you save accounts for later purchase. All cart endpoints require authentication.

Cart operations:

  • GET /cart — View cart contents
  • POST /cart?id=X — Add an account to cart
  • DELETE /cart?id=X — Remove an account from cart
  • POST /cart?action=clear — Clear entire cart
  • POST /cart?action=buy — Purchase all items in cart