Skip to main content
GET
Get Tournament Participants

Authorizations

X-API-KEY
string
header
required

API key for authentication.

Path Parameters

tournamentId
string
required

The unique identifier of the tournament

Query Parameters

externalId
string

External ID of the user. If provided, 'isMe' field will be populated.

RoundId
string<uuid>

Filter by Round ID

GroupId
string<uuid>

Filter by Group ID

MatchId
string<uuid>

Filter by Match ID

PageNumber
integer<int32>

Page number for pagination

PageSize
integer<int32>

Number of items per page

GroupVersion
integer<int32>

Filter by Group Version

Response

200 - application/json

Tournament participants fetched successfully

success
boolean
message
string
data
object
meta
object