Skip to main content
POST
Register Team for Tournament

Authorizations

X-API-KEY
string
header
required

API key for authentication.

Path Parameters

tournamentId
string
required

The unique identifier of the tournament

teamId
string
required

The unique identifier of the team

Body

application/json
applicationMessage
string | null

Optional message from the applicant.

password
string | null

Password for password-protected tournaments.

payment
object

Payment details for paid tournaments.

Response

Registration successful

success
boolean
Example:

true

message
string
Example:

"Registration successful"

data
object
meta
object