POST

Verify Email


Deprecation Warning

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.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Access Verticals by Automations
Set Up Automations
Manage Email Marketing
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/email-marketing/v1/sender-details/verify-email

Body Params
verificationCodestringRequired

Verification code.

Response Object
Returns an empty object.
Verify Email Example 1
Request
cURL
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>'
Response
JSON
{}
Errors
400Invalid Argument

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?