---
title: "GET /v2/email/custom-verification-email-templates"
method: GET
path: "/v2/email/custom-verification-email-templates"
---

# GET /v2/email/custom-verification-email-templates

`GET /v2/email/custom-verification-email-templates`

Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.

For more information about custom verification email templates, see [Using custom verification email templates](https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom) in the _Amazon SES Developer Guide_.

You can execute this operation no more than once per second.

## Query parameters

- `NextToken` string
- `PageSize` integer

## Response `200`

Success

- ListCustomVerificationEmailTemplatesResponse — The following elements are returned by the service.
  - `CustomVerificationEmailTemplates` CustomVerificationEmailTemplateMetadata[] — A list of the custom verification email templates that exist in your account.
    - `TemplateName` string — The name of the custom verification email template.
    - `FromEmailAddress` string — The email address that the custom verification email is sent from.
    - `TemplateSubject` string — The subject line of the custom verification email.
    - `SuccessRedirectionURL` string — The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
    - `FailureRedirectionURL` string — The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
  - `NextToken` string — A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to <code>ListCustomVerificationEmailTemplates</code> to retrieve the next 50 custom verification email templates.

## Other responses

- `480` — TooManyRequestsException
- `481` — BadRequestException

---

[API](https://skmtc.net/aws/apis/sesv2.md) · [All operations](https://skmtc.net/aws/apis/sesv2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/sesv2/revisions/25eba06e7f64/schema)
