POST ./auth/switch
It is used to get a token for a linked account.
POST parameters
Name | Value Type | Validation | Details |
---|---|---|---|
uaID | int | Required | User ID for which switch is desired. |
Output example
{"atToken":"actual_token_here","atValidUntil":"2018-06-26 00:12:03"}