The method and parameters
|
POST /api/v1/billing/user/manage/auth/code |
The method to obtain the code for authentication.
JSON
{
"login": "test@mail.com"
}
string login – a user login.
|
200 |
|
Returns the user object JSON
|
|
400 |
|
Request failed JSON
|
|
422 |
|
Returns a JSON object with an error. For details, see General information > Validation. JSON
|