Registrierung
Verifizierung erneut senden
Resend the verification email
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Request-Body
application/json
TypeScript-Definitionen
TypeScript-Typ für request body.
Body of POST /rest/register/resend — asks for a new verification mail.
Response-Body
application/json
application/json
curl -X POST "https://example.com/register/resend" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'{ "message": "Falls eine unbestätigte Registrierung mit dieser E-Mail-Adresse existiert, wurde die Bestätigungsmail erneut gesendet."}