Get domain identity verification token in sesv2 #5138
Unanswered
piotrblasiak
asked this question in
Migration from v1 to v2
Replies: 2 comments
-
Nevermind - apparently DKIM verification also doubles as verification token. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't find a way to get the verification token in sesv2. In v1 I could do the following:
final var response = sesClient.getIdentityVerificationAttributes(GetIdentityVerificationAttributesRequest.builder().identities(name).build());
sesVerificationToken = response.verificationAttributes().get(name).verificationToken();
Beta Was this translation helpful? Give feedback.
All reactions