GET
/
api
/
v1
/
magic-events
/
{id}
/
decklists
/
[
  {
    "id": 123,
    "name": "<string>",
    "moxfield_deck_json": "<string>",
    "plaintext_list": "<string>",
    "moxfield_public_id": "<string>",
    "deck_image_url": "<string>",
    "archetype": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

API key in format: sk_*

Path Parameters

id
string
required

Response

200 - application/json

The response is of type object[].