This method will be deprecated on September 30, 2025.
Replace with Verify Sender Email.
Verifies the sender's email using a verification code sent to the user's email address upon update.
You can only call this method when authenticated as a Wix app or Wix user identity.
Verification code.
curl -X POST 'https://www.wixapis.com/email-marketing/v1/sender-details/verify-email' \
--data-binary '{
"verificationCode": "abcde"
}' \
-H 'Content-Type: application/json' \
-H 'Authorization: <AUTH>'
{}
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.