Skip to main content
GET
Get Duel Matches

Authorizations

X-API-KEY
string
header
required

API key for authentication.

Query Parameters

tournamentId
string<uuid>
required

The unique identifier of the tournament

roundId
string<uuid>

Optional filter by Round ID

matchStatus
enum<integer>

Optional filter by match status (e.g., 1 for Scheduled, 2 for Ongoing, etc.)

Available options:
1,
2,
3,
4,
5

Response

200 - application/json

Duel matches fetched successfully

success
boolean
message
string
data
object
meta
object