Get a single deck
Returns a deck with author, format, featured cards, and notes. Pass expand=cards to also receive the per-section card inventory under expanded_cards. Anonymous callers receive 404 for non-Public decks (existence is not leaked).
Authorizations
HMAC-SHA256 over canonical request string. Format: v1.<unix_seconds>.<hex_hmac_sha256>.
Partner identifier slug. Required alongside X-Signature for HMAC auth.
User-issued personal access token (format: flx_pat_).
Query Parameters
Optional. Pass cards to include the deck's full card inventory.
cards Response
Provides featured_cards for any deck serializer.
Relies on special_cards__card (and legacy commander/partner/companion
FKs) being prefetched/selected by the caller's selector. The
GameSpecialCardType lookup is cached on serializer context so a whole
page of decks costs one query, not one per deck.