Introduction

Use the Verification API to allow Wix Headless site or app members to verify their email addresses.

To learn more about the verification process, see Handler Members with Custom Login.

Was this helpful?
Yes
No

PostVerify During Authentication

Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Continues the registration process when a member is required to verify an email address using a verification code received by email.

Email verification is required when the registering member is already listed as a contact.

Typically, after a sucessful verification, you generate and use member tokens for the registered member so that subsequent API calls are called as part of a member session.

Endpoint
POST
https://www.wixapis.com/_api/iam/verification/v1/auth/verify

Was this helpful?
Yes
No