GET
/
api
/
v1
/
magic-events
/
{id}
/
overview
/
{
  "current_round": "<string>",
  "id": 123,
  "number_of_incomplete_matches": "<string>",
  "lifecycle_status": "<string>",
  "name": "<string>",
  "tournament_phases": "<string>",
  "timer_is_running": true,
  "timer_end_datetime": "2023-11-07T05:31:56Z",
  "timer_paused_at_datetime": "2023-11-07T05:31:56Z",
  "event_format": "BOOSTER_DRAFT",
  "game_type": "MTG",
  "maximum_number_of_players_in_match": "<string>",
  "timezone": "Africa/Abidjan",
  "aware_start_datetime": "<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.