GET
/
api
/
v1
/
magic-events
/
{id}
/
registrations
[
  {
    "id": 123,
    "user_identifier": "<string>",
    "registration_status": "IN_PROGRESS",
    "registration_completed_datetime": "2023-11-07T05:31:56Z",
    "waitlisted_datetime": "2023-11-07T05:31:56Z",
    "mark_as_paid": true,
    "stripe_payment_intent_status": "SUCCEEDED",
    "paypal_order_status": "CREATED",
    "payment_method": "STRIPE",
    "matches_won": -1,
    "matches_lost": -1,
    "matches_drawn": -1,
    "total_match_points": -1,
    "queue_check_in_status": "WAITING_FOR_CHECK_IN_REQUEST",
    "queue_group_role": {
      "id": 123,
      "captain": true,
      "queue_group": {}
    },
    "internal_notes": "<string>",
    "fixed_seat": -1,
    "has_byes_for_round_numbers": [
      -1
    ],
    "using_paper_decklist": true,
    "user": {
      "id": 123,
      "captain": true,
      "queue_group": {}
    },
    "decklist": {
      "id": 123,
      "captain": true,
      "queue_group": {}
    },
    "magic_event": 123,
    "final_place_in_standings": -1,
    "paypal_order_id": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

API key in format: sk_*

Path Parameters

id
string
required

Response

200 - application/json
id
integer
required
user_identifier
string
required
user
object
required
magic_event
integer
required
registration_status
  • IN_PROGRESS - In Progress
  • IN_WAITING_ROOM - In Waiting Room
  • ON_WAITLIST - On Waitlist
  • MOVED_TO_CHILD_EVENT - Moved to Child Event
  • COMPLETE - Complete
  • CANCELED - Canceled
  • DROPPED - Dropped
  • DISQUALIFIED - Disqualified
  • ELIMINATED - Eliminated
Available options:
IN_PROGRESS,
IN_WAITING_ROOM,
ON_WAITLIST,
MOVED_TO_CHILD_EVENT,
COMPLETE,
CANCELED,
DROPPED,
DISQUALIFIED,
ELIMINATED
registration_completed_datetime
string | null
waitlisted_datetime
string | null
mark_as_paid
boolean
stripe_payment_intent_status
  • SUCCEEDED - Succeeded
  • PROCESSING - Processing
  • PAYMENT_FAILED - Payment Failed
  • REQUIRES_CAPTURE - Requires Capture
  • REFUNDED - Refunded
Available options:
SUCCEEDED,
PROCESSING,
PAYMENT_FAILED,
REQUIRES_CAPTURE,
REFUNDED
paypal_order_status
  • CREATED - Created
  • SAVED - Saved
  • APPROVED - Approved
  • VOIDED - Voided
  • COMPLETED - Completed
  • PAYER_ACTION_REQUIRED - Payer Action Required
Available options:
CREATED,
SAVED,
APPROVED,
VOIDED,
COMPLETED,
PAYER_ACTION_REQUIRED
payment_method
enum<string>
  • STRIPE - Stripe
  • PAYPAL - PayPal
Available options:
STRIPE,
PAYPAL
matches_won
integer
Required range: -2147483648 <= x <= 2147483647
matches_lost
integer
Required range: -2147483648 <= x <= 2147483647
matches_drawn
integer
Required range: -2147483648 <= x <= 2147483647
total_match_points
integer
Required range: -2147483648 <= x <= 2147483647
queue_check_in_status
  • WAITING_FOR_CHECK_IN_REQUEST - Waiting for Check-In Request
  • STANDBY - Standby
  • WAITING_FOR_PLAYER_RESPONSE - Waiting for Player Response
  • CHECKED_IN - Checked In
  • DECLINED - Declined
  • TIMED_OUT - Timed Out
Available options:
WAITING_FOR_CHECK_IN_REQUEST,
STANDBY,
WAITING_FOR_PLAYER_RESPONSE,
CHECKED_IN,
DECLINED,
TIMED_OUT
queue_group_role
object
internal_notes
string | null
fixed_seat
integer | null
Required range: -2147483648 <= x <= 2147483647
has_byes_for_round_numbers
integer[] | null
using_paper_decklist
boolean
decklist
object
final_place_in_standings
integer | null
Required range: -2147483648 <= x <= 2147483647
paypal_order_id
string | null
Maximum length: 255