Skip to main content
GET
Get a deck's strategy guide

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

Response

object | null

The guide, or null when the deck has no attached guide. Consumers MUST null-check before accessing fields.

id
string<uuid>
required
deck_id
string<uuid>
required
content_type
string
required
content
any
required
is_premium
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
is_truncated
boolean
default:false