Skip to main content
POST
/
register
/
resend
Verifizierung erneut senden
curl --request POST \
  --url https://{tenant}.stamp.eu/rest/register/resend \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string<email>
required

Response

Verifizierungs-E-Mail erneut gesendet

message
string