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
- application/json
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
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
code int32
The response code.
data string
The wrapped responding data.
msg string
The response message.
{
"code": 0,
"data": "string",
"msg": "string"
}
Loading...