Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Importantly! If we have MFA disabled, we disable a certain part of the endpoints that depend on this setting.
This is to obtain tokens for the login operation and restore security.
In this case, we will have a one-step login. Also, the user will not be able to restore security for the phone, e-mail, and Google Authenticator.

Endpoints:

  1. PUT /api/v1/account/password → Change user password
  2. PUT /api/v1/account/mobile → Endpoint for changing phone number
  3. POST  /api/v1/account/mobile Endpoint for binding phone number to account
  4. PUT /api/v1/account/email → Endpoint for changing email
  5. POST /api/v1/account/emailEndpoint →  for binding email to account
  6. PUT /api/v1/account/antiPhishingCode → Change anti-phishing code
  7. POST /api/v1/account/antiPhishingCode → Add anti-phishing code
  8. POST /api/v1/account/mobile/removing → Endpoint to remove phone number from account
  9. POST /api/v1/account/googleAuthenticator → Endpoint for binding Google Authenticator to account
  10. POST /api/v1/account/googleAuthenticator/removing → Endpoint to remove Google Authenticator from account
  11. POST /api/v1/account/email/removing → Endpoint to remove email from account
  12. POST /api/v1/account/password/recovery/verification → Password recovery verification
  13. POST /api/v1/login/verification → Endpoint to complete login
  14. POST /api/v1/account/security/recovery/verification → Verify that security recovery operation can be performed


  • defaultLanguageISOCode defaultLanguageISOCode
Displaying information in a specific language

...