POST ./auth/link
It is used to link 2 accounts.
POST parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| atToken | string | Required | Second account token. |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| atToken | 101 | Invalid token. |
| atToken | 102 | Account is already linked with others accounts. |
Output example
{"result": true}
