Hello,
I implement login with API calls to Okta.
To send an OTP, I use the api the following API:
https://{env.OKTA_DOMAIN}/api/v1/users/${factorRef.userId}/factors/${factorRef.id}/verify
I receive an email with the title “One-time verification code”.
I want to change the template of this email.
Following the doc, I go to Customization > Branding > Emails.
I have a hard time finding the email sent in the email lists.
Can you help me?
Thanks!
Joel