From 93337e5e08ae5901471592aaab0bdfc8e9bb06df Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 25 Mar 2024 01:00:00 +0100 Subject: [PATCH] Add new send-mail-login-code-v2 error responses --- docs/api/auth.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/auth.md b/docs/api/auth.md index aa11975..26d835d 100644 --- a/docs/api/auth.md +++ b/docs/api/auth.md @@ -41,6 +41,10 @@ If a whitelist was configured and the mail address is not within it: ``{"mailAdd If a blacklist was configured and the mail server is within it: ``{"mailServerBlacklisted": true}`` +If a temporarily blacklist was configured and the mail server is within it (used in case of known mail delivery issues): ``{"mailServerBlacklistedTemporarily": true}`` + +If the client is suspicious: ``{"blockedForIntegrityReasons": true}`` + On success: a object with a ``mailLoginToken`` of the type string #### example response