register

Information

POST https://api.brickverse.co/v2/user/register

API used to register accounts.

Request Body

NameTypeDescription

username*

String

password*

String

email*

String

gender*

String

tos_agree*

Bool

child_account*

Bool

If registered as a minor account.

parent_email

String

Required if child_account is true.

captcha*

String

{"status": "ok", "success": true}

Last updated