User
AuthorizationBearer <token>
In: header
The mail configuration which should be used to send the email
length <= 256The language which should be used for sending the email
2 <= length <= 2application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://authentication.eniris.be/user/2fa/email-otp/setup" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'null{
"statusCode": 400,
"error": "Bad Request",
"message": "Invalid email address"
}{
"statusCode": 401,
"error": "Unauthorized",
"message": "NO_TOKEN_PROVIDED"
}{
"statusCode": 429,
"retryAfter": 0,
"error": "Too many requests",
"message": "TOO_MANY_OTP_EMAILS"
}{
"statusCode": 500,
"error": "Internal server error",
"message": "UNABLE_TO_FIND_MAIL_TEMPLATE"
}Providing a sudo token or an access token (if 2FA is disabled), configure a mail address for email OTP
A valid sudo token (proof of presence) can be obtained via the /2fa/{method}/verify endpoints. It has a 5 minutes validity period.
emaillength <= 256