Skip to main content
POST
Register for Tournament

Authorizations

X-API-KEY
string
header
required

API key for authentication.

Path Parameters

tournamentId
string
required

The unique identifier of the tournament

Query Parameters

participantExternalId
string
required

The external ID of the participant

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