Skip to main content
POST
/
Agent
/
Account
/
ResendVerificationCodes
Resend Verification Codes
curl --request POST \
  --url https://{host}/Agent/Account/ResendVerificationCodes \
  --header 'Content-Type: application/json' \
  --data '
{
  "eMail": "<string>",
  "phoneNr": "<string>",
  "language": "<string>"
}
'
{}

Overview

If, during onboarding, the verification codes do not arrive, or are lost, the client can request the codes to be resent. To do this, the client needs to provide the token generated during account creation, as well as the eMail or phone number whose code they wish to resend. Security Notice: It is not possible to resend codes for accounts, numbers or e-mail addresses that have been verified. You can only resend codes for accounts still pending verification. This includes partially verified accounts. If the phone number has been verified, but the e-mail address has not, or vice versa, you can resend the code for the unverified part, but not for the verified part. Attempting to resend codes that have been verified, will be flagged, and repetetive calls to resend codes for verified accounts, numbers or addresses may result in the temporary and then permanent blocking of the endpoint making the call.

Authentication

No authentication required.

Notes

This endpoint uses the request schema notation described in Pattern matching.

Body

application/json
eMail
string
required
phoneNr
string
language
string

Response

200 - application/json

Success

The response is of type object.