Skip to main content
POST
Register a player account

Authorizations

Authorization
string
header
required

Player access token returned by login/refresh.

Body

application/json
email
string<email>
required
Example:

"player@example.com"

username
string
required
Example:

"player_one"

password
string
required
Example:

"********"

country
string
required

ISO country code or name for the player.

Example:

"US"

accept_terms
boolean
required

Must be true to create the account.

Response

Account created.

The response is of type object.

Last modified on September 10, 2026