Skip to main content
GET
/
api
/
public
/
v1
/
games
/
{game}
/
decks
/
{id}
/
versions
List historical versions of a deck
curl --request GET \
  --url https://api.flexslot.gg/api/public/v1/games/{game}/decks/{id}/versions \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Partner-Id: <api-key>' \
  --header 'X-Signature: <api-key>'
{
  "version_number": 123,
  "name_at_version": "<string>",
  "edited_at": "2023-11-07T05:31:56Z",
  "history_type": "<string>",
  "visibility": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.flexslot.gg/llms.txt

Use this file to discover all available pages before exploring further.

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

limit
integer
page
integer

Response

200 - application/json
version_number
integer
required
read-only
name_at_version
string
required
read-only
edited_at
string<date-time>
required
read-only
history_type
string
required
read-only
visibility
string[]
required
read-only