Get domain identity verification token in sesv2 #5138
Unanswered
piotrblasiak
asked this question in
Migration from v1 to v2
Replies: 3 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
-
So how do you call getIdentityVerificationAttributes() in sesv2? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
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