← Gaming

Shuffle Deck

GET /cards/shuffle/:deck_id

Reshuffle a previously created deck, returning all drawn cards to the deck.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/cards/shuffle/abc123

Live Response

HTTP 502: {
  "error": "HTTP 404",
  "success": false
}