/resend-verification

✅ Email-password combination

These are the possible response codes when you make an API call to the /resend-verification endpoint with an email address and password.

Response codeErrorMessageScenarioResolution
200 OK-"An email has been sent to the address on record."Successfully resend verification using verified user account
200 OK--Used unverified user account
200 OK-"An email has been sent to the address on record."Used not Existing user account
200 OK--Missing locale value
200 OK--Removed locale value
200 OK--Invalid grant_type
200 OK--Missing grant_type
200 OK--Removed grant_type
400 Bad Requesthttp_exception"Invalid json format"Empty payloadAdd the payload.
400 Bad Requestinvalid_parameters"Invalid json format"Invalid JSON format used in the payload.Use correct JSON format for the payload.
403 Forbiddenhttp_exception"Forbidden"Invalid client_id valueEnter a valid client_id value.
422 Unprocessable Entityinvalid_parameters"client_id": "missing": "required"

no error descriipton
Missing client_id valueEnter a valid client_id value.
422 Unprocessable Entityinvalid_parameters"client_id": "missing": "required"

no error descriipton
Removed client_id parameterAdd the client_id parameter and value.
422 Unprocessable Entityinvalid_parameters"auth_type": {
"invalid": "unsupported auth_type value"
}

no error descriipton
Invalid auth_type valueEnter a valid auth_type value.
422 Unprocessable Entityinvalid_parameters"auth_type": {
"invalid": "unsupported auth_type value"
}

no error descriipton
Missing auth_type valueEnter a valid auth_type value.
422 Unprocessable Entityinvalid_parameters"auth_type": "field required"Remove auth_type parameterAdd the auth_type parameter and value.
422 Unprocessable Entityinvalid_parameters"redirect_uri": {
"invalid": "invalid value"
}

no error descriipton
Invalid redirect_uri valueEnter a valid redirect_uri value.
422 Unprocessable Entitymissing_argument"error_details": null,
"error_description": "Missing Parameter: redirect_uri"
Missing redirect_uri valueEnter a valid redirect_uri value.
422 Unprocessable Entityinvalid_parameters"redirect_uri": "field required"Removed redirect_uri parameterAdd the redirect_uri parameter and value.
422 Unprocessable Entityinvalid_parameters"user_id": {
"invalid": "invalid format"
}

no error description
Missing user_id valueEnter a valid user_id value.
422 Unprocessable Entityunexpected_error"error_details": {
"user_id": "field required"
}
Removed user_id parameterAdd the user_id parameter and value.
"error_details": null,
"error_description": "could not find a flow named 'standard_global' with version '20220207155201304965' and locale 'xxxx' "
Invalid locale valueEnter a valid locale value.

✅ Email-PIN combination

These are the possible response codes when you make an API call to the /resend-verification endpoint with an email address and PIN.

Response codeErrorMessageScenarioResolution
200 OK-"An email has been sent to the address on record."Successfully resend verification using verified user account
200 OK--Used unverified user account
200 OK-"An email has been sent to the address on record."Used not Existing user account/INVALID
200 OK--Missing locale value
200 OK--Remove locale value
200 OK--Invalid grant_type
200 OK--Missing grant_type
200 OK--Remove 'grant_type' parameter
403 Forbiddenhttp_exception"Forbidden"Invalid client_id valueEnter a valid client_id value.
422 Unprocessable Entityinvalid_parameters"client_id": {
"missing": "required"
}


no error description
Missing client_id valueEnter a valid client_id value.
422 Unprocessable Entityinvalid_parameters"client_id": {
"missing": "required"
}
Removed client_id parameterAdd the client_id parameter and value.
422 Unprocessable Entityinvalid_parameters"auth_type": {
"invalid": "unsupported auth_type value"
}

no error description
Invalid auth_typeEnter a valid auth_type value.
422 Unprocessable Entityinvalid_parameters"auth_type": {
"invalid": "unsupported auth_type value"
}

no error description
Missing auth_typeEnter a valid auth_type value.
422 Unprocessable Entityinvalid_parameters"auth_type": "field required"Removed auth_type parameterAdd the auth_type parameter and value.
422 Unprocessable Entityinvalid_parameters"redirect_uri": {
"invalid": "invalid value"
}

no error description
Invalid redirect_uri valueEnter a valid "redirect_uri" value.
422 Unprocessable Entitymissing_argument"error_detail": null,
"error_description: "Missing Parameter: redirect_uri"
Missing redirect_uri valueEnter a valid "redirect_uri" value.
422 Unprocessable Entityinvalid_parameters"redirect_uri": "field required"Removed redirect_uri parameterAdd the redirect_uri parameter and value.
422 Unprocessable Entityinvalid_parameters"user_id": {
"invalid": "invalid format"
}

no error description
Missing user_id value.Enter a valid user_id value.
422 Unprocessable Entityinvalid_parameters"user_id": "field required"Remove user_id parameterAdd the user_id parameter and value.
422 Unprocessable Entityunexpected_error"error_details": null,
"error_description": "could not find named 'standard_global' with version '20220207155201304965' and locale 'xxxxx' "
Invalid locale valueEnter a valid locale value.

✅ Mobile phone number-password combination

These are the possible response codes when you make an API call to the /resend-verification endpoint with a mobile phone number and password.

Response codeErrorMessageScenarioResolution
200 OK-"message": "An SMS has been sent to the address on record."Successfully resend verification using verified user account
200 OK--Used unverified user account
200 OK--Missing redirect_uri
200 OK-"message": "An SMS has been sent to the address on record."Missing locale value
200 OK--Remove locale value
200 OK-"message": "An SMS has been sent to the address on record."Invalid grant_type
200 OK-"message": "An SMS has been sent to the address on record."Missing grant_type
200 OK-"message": "An SMS has been sent to the address on record."Remove grant_type parameter
200 OK-"message": "An SMS has been sent to the address on record."Used not Existing user account/INVALID
403 Forbidden-"Forbidden"Invalid client_id valueEnter a valid client_id value.
422 Unprocessable Entityinvalid_parameters"client_id": {
"missing": "required"
}

no error description
Missing client_idEnter a valid client_id value.
422 Unprocessable Entityinvalid_parameters"client_id": "field required"Removed client_id parameterAdd the client_id parameter and value.
422 Unprocessable Entityinvalid_parameters"auth_type": {
"invalid": "unsupported auth_type value"
}

no error description
Invalid auth_type valueEnter a valid auth_type value.
422 Unprocessable Entityinvalid_parameters"auth_type": {
"invalid": "unsupported auth_type value"
}

no error description
Missing auth_type valueEnter a valid auth_type value.
422 Unprocessable Entityinvalid_parameters"error_details": {
"auth_type": "field required"
}
Removed auth_type parameterAdd the auth_type parameter and value.
422 Unprocessable Entityinvalid_parameters"error_details": {
"redirect_uri": {
"invalid": "invalid value"
}
}

no error description
Invalid redirect_uri valueEnter a valid redirect_uri value.
422 Unprocessable Entityinvalid_parameters"redirect_uri": "field required"Removed redirect_uri parameterAdd the redirect_uri parameter and value.
422 Unprocessable Entityinvalid_parameters"user_id": {
"invalid": "invalid format"
}

no error description
Missing user_id valueEnter the user_id value.
422 Unprocessable Entityinvalid_parameters"user_id": "field required"Removed user_id parameter valueAdd the user_id parameter and value.
429 Too Many Requestsuser_attempts_limit"Too many request"Too many requestLimit your requests to within the rate limit settings of the client or the environment.
502 Bad Gateway--Invalid locale valueEnter a valid locale value.

✅ Mobile phone number-PIN combination

These are the possible response codes when you make an API call to the /resend-verification endpoint with a mobile phone number and PIN.

Responses codeErrorMessageScenarioResolution
200 OK-"An SMS has been sent to the address on record."Successfully resend verification using verified user account-
200 OK--Used unverified user account-
200 OK-"An SMS has been sent to the address on record."Used a non-existing user account-
200 OK-"An SMS has been sent to the address on record."Missing redirect _uri value-
200 OK-"An SMS has been sent to the address on record."Remove locale value-
200 OK-"An SMS has been sent to the address on record."Invalid grant_type value-
200 OK-"An SMS has been sent to the address on record."Missing grant_type value-
200 OK-"An SMS has been sent to the address on record."Removed grant_type parameter-
200 OK-"An SMS has been sent to the address on record."Missing locale value value-
403 Forbiddenhttp_exception"Forbidden"Invalid client_id valueEnter a valid client_id value.
422 Unprocessable Entityinvalid_parameters"client_id": {
"missing": "required"
}
Missing client_id valueEnter a valid client_id value.
422 Unprocessable Entityinvalid_parameters"client_id": "field required"Removed client_id parameterAdd the client_id parameter and value.
422 Unprocessable Entityinvalid_parameters"auth_type": {
"invalid": "unsupported auth_type value"
}
Invalid auth_type valueEnter a valid auth_type value.
422 Unprocessable Entityinvalid_parameters"auth_type": {
"invalid": "unsupported auth_type value"
}
Missing auth_type valueEnter a valid auth_type value.
422 Unprocessable Entityinvalid_parameters"auth_type": "field required"Removed auth_type parameterAdd the auth_type parameter and value.
422 Unprocessable Entityinvalid_parameters"redirectr_uri": {
"invalid": invalid values"
}

no error description
Invalid redirect _uri valueEnter a valid redirect_uri value.
422 Unprocessable Entityinvalid_parameters"redirect_uri": "field required"Removed redirect_uri parameterAdd the redirect_uri parameter and value.
422 Unprocessable Entityinvalid_parameters"user_id": {
"invalid": "invalid format"
}

no error description
Missing user_id valueEnter a valid user_id value.
422 Unprocessable Entityinvalid_parameters"user_id": {
"invalid": "invalid format"
}

no error description
Removed user_id parameterAdd the user_id parameter and value.
502 Bad Gateway--Invalid locale valueEnter a valid locale value