Skip to content

Email Code Verify

Verifies an email code and establishes authenticated state.

Method and path

  • Method: POST
  • Path: /auth/email/code/verify
  • Auth: not required

Request body

{
  "code": "123456",
  "totpCode": "000000"
}

totpCode is only required when TOTP is enforced for the account.