Generate and check verification code by WP API
As of April 2026, WP Verify API is a WordPress otp plugin with 10 active installations and a 0/5 rating0. It has been downloaded 1.1K+ times in total. Requires WordPress 4.6.1+ and PHP 5.4+. Available on WordPress.org since 2020. Last updated 5 years ago — may have compatibility concerns. Top alternative: Google Authenticator.
NOTICE : This plugin is used by WordPress developers and can be a bit confusing for beginner WordPress users.
This plugin generates a verification code via WordPress API and sends it to the specified email.
You can then check the code entered by the user with the API.
** Generate verification code **
example.com/wp-json/wva/v1/email
Email should be post in JSON format.
Example :{"email" : "[email protected]"}
** Check verification code **
example.com/wp-json/wva/v1/verify
Email and verification code should be posted in JSON format. if the code is correct and the expire time is not reached, it will return true otherwise it’s false then you can do whatever you want with the result like for OTP, Email Owner verification, and so on.
Example :{"email" : "anorouzi…
| WordPress | 4.6.1+ requiredTested up to 5.4.19 |
| PHP | 5.4+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.