Get a two-factor authentication token
|
POST api/2.0/authentication/{code}
|
Returns a two-factor authentication token for use in API authorization.
|
Get an authentication token
|
POST api/2.0/authentication
|
Returns an authentication token for use in API authorization.
|
Send SMS code
|
POST api/2.0/authentication/sendsms
|
Sends SMS with an authentication code.
|
Set a mobile phone
|
POST api/2.0/authentication/setphone
|
Sets a mobile phone for the user with the name specified in the request.
|