GET
/
api
/
v1
/
magic-events
/
{id}
/
tagged_players
/
[
  {
    "id": 123,
    "user": {
      "id": 123,
      "username": "<string>",
      "email": "jsmith@example.com",
      "best_identifier": "<string>"
    },
    "registration_status": "IN_PROGRESS",
    "tags": [
      "<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[].