This endpoint will initiate a new verification email or SMS message for an unverified user profile. This endpoint uses the specific client configurations to determine whether email or SMS should be sent to the user.

The /resend-verification endpoint has two main integration options:

Integration MethodDescription
API OnlyAllows the user to receive a PIN to verify their email or mobile number and log in.
Hybrid (API + Hosted Journeys)Supports PIN, or the user can receive a link which will redirect them to the Next Identity Journeys to complete the verification process.

Resend verification by email address

For applications using Next Identity Hosted Journeys, the recommended method to resend an activation or invite email is for the end user to visit the Next Identity Hosted Journeys resend verification screen and initiate the self-service process themselves.

In rare instances, there is a need to resend a verification email with an API integration. Below are some existing samples of how this call is made by calling the /resend-verification API endpoint for triggering this email verification.

Resend verification by mobile phone number

For applications using Next Identity Hosted Journeys, the recommended method to resend an activation or invite SMS is for the end user to visit the Next Identity Hosted Journeys resend verification screen and initiate the self-service process themselves.

In rare instances, there is a need to resend a verification SMS with an API integration. Below are some existing samples of how this call is made by calling the /resend-verification API endpoint for triggering this verification via SMS.

Language
URL
Click Try It! to start a request and see the response here!