Skip to main content

Resend the mail address verification email

POST /v2/users/self/credentials/email/actions/resend-email/
v2
POST
user-resend-verification-email

Request

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"email":"ada.lovelace@example.com","userId":"f0f86186-0a5a-45b2-aa33-502777496347"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/users/self/credentials/email/actions/resend-email