Skip to main content

Verify an added mail address

POST /v2/signup/email/verify/
v2
POST
deprecated-user-verify-email

Request

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"email":"ada.lovelace@example.com","token":"123456"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/signup/email/verify