Skip to main content
POST
Create a tournament

Headers

x-api-key
string
required

Game API key for authentication

Example:

"abc123xyz456"

Body

application/json
name
string
required

Tournament name

Example:

"Battle of Nexra"

description
string

Tournament description

Example:

"An intense tournament for top gamers"

entryFee
number

Gamers entry fee for the tournament

Example:

50

startTime
string<date-time>

Tournament start time

Example:

"2025-11-10T18:00:00Z"

endTime
string<date-time>

Tournament end time

Example:

"2025-11-10T21:00:00Z"

Response

201 - application/json

Tournament created successfully