Skip to main content
GET
Get a single deck

Authorizations

X-Signature
string
header
required

HMAC-SHA256 over canonical request string. Format: v1.<unix_seconds>.<hex_hmac_sha256>.

X-Partner-Id
string
header
required

Partner identifier slug. Required alongside X-Signature for HMAC auth.

Authorization
string
header
required

User-issued personal access token (format: flx_pat_).

Path Parameters

game
string
required
id
string<uuid>
required

Query Parameters

expand
enum<string>

Optional. Pass cards to include the deck's full card inventory.

Available options:
cards

Response

200 - application/json

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.

id
string<uuid>
required
read-only
name
string
required
read-only
author
object | null
required
read-only
game
string
required
read-only
visibility
string[]
required
read-only
format
object | null
required
read-only
archetype
string | null
required
read-only
views
integer
required
read-only
likes
integer
required
read-only
hasGuide
boolean
required
read-only
hasSideboardGuide
boolean
required
read-only
hasVideo
boolean
required
read-only
editedAt
string<date-time>
required
read-only
createdAt
string<date-time>
required
read-only
sourceProvider
string | null
required
read-only
notes
string
required
read-only
sourceExternalId
string | null
required
read-only
sourceExternalUrl
string | null
required
read-only