Rest API
7 Articles
Creating Endpoints
Creating endpoints
Registration API
Parms – user_email = XXX@xxx.xom
Add below function in your functions.php file for adding rest api support Here is the sample example that displays all posts of author. Now enter endpoint in postman
First Install WordPress REST API – OAuth 1.0a Server Plugin After installation, In admin dashboard go to Users > Application and add New App and add customer. Now you got client…