WP Verify API

WP Verify API Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 623 downloads
WP Verify API Icon

Try plugin: WP Verify API

We'll create fresh WordPress site with WP Verify API installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WP Verify API

Generate and check verification code by WP API

0


0


0


0


0

updated: 4 years ago
since: 4 years ago
author: Ali Norouzi

Description

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.

Docs & Support

** 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" : "[email protected]","verify" : "53737"}

Features

  • API-Based system for generating and check code.
  • Customize expiration time for code.
  • Customize code digits