Skip to main content

Create subaccount

POST 

/account

Creates a subaccount that is associated with the main account. Note that you can create a subaccount only when you are invited.

Request

Query Parameters

    invitationId stringrequired

    The invitation ID.

    Example: invite-100001

Body

required

    password stringrequired

    The password. A valid password must be a string of 8 to 32 characters that contain uppercase letters, lowercase letters, digits, and any of the following special characters: ~`!@#$%^&*()-_+=<>?:;|,./<>

Responses

OK

Schema

    code int32

    The response code.

    data string

    The wrapped responding data.

    msg string

    The response message.

Loading...