{"info":{"_postman_id":"90582ff7-b2f2-4710-bd30-6d3f3de24e89","name":"WpApp JSON Api","description":"<html><head></head><body><p>WP JSON API for WordPress by WooSignal</p>\n<p>The missing WordPress plugin to allow you to connect with the WordPress API.</p>\n<p>Our JSON API for WordPress allows you to register new users, login as a user, manage WordPress/WooCommerce data plus more!</p>\n<p>Download the WordPress plugin from <a href=\"https://woosignal.com/plugins/wordpress/wpapp-json-api\">https://woosignal.com/plugins/wordpress/wpapp-json-api</a></p>\n<p>See full documentation online <a href=\"https://woosignal.com/docs/wordpress/wpapp-json-api\">https://woosignal.com/docs/wordpress/wpapp-json-api</a></p>\n<p>After successfully a successful register/login, copy the user token and update the \"UserToken\" variable.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10721889","collectionId":"90582ff7-b2f2-4710-bd30-6d3f3de24e89","publishedId":"SzezaWCA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-04-11T18:11:33.000Z"},"item":[{"name":"v3","item":[{"name":"auth","item":[{"name":"get_nonce","id":"8af979cf-50ee-4fd0-875e-ada1355c192e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yoursite.com/wp-json/wpapp/auth/v3/nonce","urlObject":{"path":["wp-json","wpapp","auth","v3","nonce"],"host":["https://yoursite.com"],"query":[],"variable":[]}},"response":[{"id":"dad5330b-2417-4d8b-9d25-3701e680327d","name":"get_nonce","originalRequest":{"method":"GET","header":[],"url":"https://yoursite.com/wp-json/wpapp/auth/v3/nonce"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 Dec 2022 21:03:25 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://baelyf.com/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"GET"},{"key":"Vary","value":"Origin"},{"key":"Content-Length","value":"118"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"nonce\": \"30c191e94d\",\n        \"root\": \"https://yoursite.com/wp-json/\",\n        \"expiry\": 1670533412\n    },\n    \"message\": \"\",\n    \"status\": 200\n}"}],"_postman_id":"8af979cf-50ee-4fd0-875e-ada1355c192e"},{"name":"verify_nonce","id":"58ac908b-29f8-4f5c-ac60-128d45505b53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"nonce\":\"002bac1c4e\"\n}","options":{"raw":{"language":"json"}}},"url":"https://yoursite.com/wp-json/wpapp/auth/v3/verify","urlObject":{"path":["wp-json","wpapp","auth","v3","verify"],"host":["https://yoursite.com"],"query":[],"variable":[]}},"response":[{"id":"68c42af9-c362-438a-a379-9efaa7e43c5d","name":"verify_nonce","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"nonce\":\"3c8c042b2e\"\n}","options":{"raw":{"language":"json"}}},"url":"https://yoursite.com/wp-json/wpapp/auth/v3/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 08 Dec 2022 15:49:11 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Link","value":"<https://baelyf.com/wp-json/>; rel=\"https://api.w.org/\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Access-Control-Expose-Headers","value":"X-WP-Total, X-WP-TotalPages, Link"},{"key":"Access-Control-Allow-Headers","value":"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type"},{"key":"Allow","value":"POST"},{"key":"Content-Length","value":"52"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"is_valid\": true\n    },\n    \"message\": \"\",\n    \"status\": 200\n}"}],"_postman_id":"58ac908b-29f8-4f5c-ac60-128d45505b53"}],"id":"1d7af0df-4bfd-449c-8227-896a675189b0","_postman_id":"1d7af0df-4bfd-449c-8227-896a675189b0","description":""},{"name":"api","item":[{"name":"auth","item":[{"name":"register","event":[{"listen":"test","script":{"id":"504bdbc7-1b8a-4811-88d6-92928f0f64a0","exec":["var jsonData = pm.response.json();","var token = jsonData.data.user_token;","pm.collectionVariables.set(\"UserToken\", token);"],"type":"text/javascript"}}],"id":"7382c072-76fe-477e-ab3a-c56a35634d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"nonce\":\"nonce token from auth\",\n    \"username\":\"users username\",\n    \"email\":\"users email\",\n    \"password\":\"the password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://yoursite.com/wp-json/wpapp/api/v3/user/register","urlObject":{"path":["wp-json","wpapp","api","v3","user","register"],"host":["https://yoursite.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7382c072-76fe-477e-ab3a-c56a35634d0b"},{"name":"login using email","event":[{"listen":"test","script":{"id":"8517302a-3c75-4fe0-ba47-c230c2e31088","exec":["var jsonData = pm.response.json();","var token = jsonData.data.user_token;","pm.collectionVariables.set(\"UserToken\", token);"],"type":"text/javascript"}}],"id":"84aa593d-c7ac-4710-b00f-407c8e59cd4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"nonce\":\"nonce token from auth\",\n\t\"email\":\"users email\",\n\t\"password\":\"users password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://yoursite.com/wp-json/wpapp/api/v3/user/login?auth=email","urlObject":{"path":["wp-json","wpapp","api","v3","user","login"],"host":["https://yoursite.com"],"query":[{"key":"auth","value":"email"}],"variable":[]}},"response":[],"_postman_id":"84aa593d-c7ac-4710-b00f-407c8e59cd4c"},{"name":"login using username","event":[{"listen":"test","script":{"id":"bf63133a-6036-412b-806d-f354fc2702f8","exec":["var jsonData = pm.response.json();","var token = jsonData.data.user_token;","pm.globals.set(\"UserToken\", token);"],"type":"text/javascript"}}],"id":"1d4d0dab-d500-4b58-8eeb-1f68c7051c82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"nonce\":\"nonce token from auth\",\n\t\"username\":\"users username\",\n\t\"password\":\"users password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://yoursite.com/wp-json/wpapp/api/v3/user/login?auth=username","urlObject":{"path":["wp-json","wpapp","api","v3","user","login"],"host":["https://yoursite.com"],"query":[{"key":"auth","value":"username"}],"variable":[]}},"response":[],"_postman_id":"1d4d0dab-d500-4b58-8eeb-1f68c7051c82"}],"id":"598021f6-2996-4949-9d85-c396dfaf7620","_postman_id":"598021f6-2996-4949-9d85-c396dfaf7620","description":""},{"name":"user_info","id":"7507be33-cc07-4def-9d6a-6c91323dcada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://yoursite.com/wp-json/wpapp/api/v3/user/info","urlObject":{"path":["wp-json","wpapp","api","v3","user","info"],"host":["https://yoursite.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7507be33-cc07-4def-9d6a-6c91323dcada"},{"name":"user_update_password","id":"b43b39af-7215-4c9d-b9cd-e2a76445e2ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"\",\n\t\"password\":\"new password\"\n}","options":{"raw":{"language":"json"}}},"url":"https://yoursite.com/wp-json/wpapp/api/v3/update/user/password","urlObject":{"path":["wp-json","wpapp","api","v3","update","user","password"],"host":["https://yoursite.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b43b39af-7215-4c9d-b9cd-e2a76445e2ff"},{"name":"user_update_info","id":"5b495f3a-1780-435d-9263-632dd3874991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"\",\n\t\"first_name\":\"first name\",\n\t\"last_name\":\"last name\"\n}","options":{"raw":{"language":"json"}}},"url":"https://yoursite.com/wp-json/wpapp/api/v3/update/user/info","urlObject":{"path":["wp-json","wpapp","api","v3","update","user","info"],"host":["https://yoursite.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b495f3a-1780-435d-9263-632dd3874991"},{"name":"user_role_add","id":"fe230a95-c1d8-423a-9cd4-b4658fd4fc33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"\",\n\t\"role\":\"customer\" // e.g. customer, subscriber\n}","options":{"raw":{"language":"json"}}},"url":"https://yoursite.com/wp-json/wpapp/api/v3/update/user/role/add","urlObject":{"path":["wp-json","wpapp","api","v3","update","user","role","add"],"host":["https://yoursite.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe230a95-c1d8-423a-9cd4-b4658fd4fc33"},{"name":"user_role_remove","id":"9b30dba9-5e82-475f-82e0-e4e2086f70a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"\",\n\t\"role\":\"customer\" // e.g. customer, subscriber\n}","options":{"raw":{"language":"json"}}},"url":"https://yoursite.com/wp-json/wpapp/api/v3/update/user/role/remove","urlObject":{"path":["wp-json","wpapp","api","v3","update","user","role","remove"],"host":["https://yoursite.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b30dba9-5e82-475f-82e0-e4e2086f70a8"},{"name":"user_delete","id":"bbe18453-a5e7-4149-86e6-7a967138a9b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://yoursite.com/wp-json/wpapp/api/v3/user/delete","urlObject":{"path":["wp-json","wpapp","api","v3","user","delete"],"host":["https://yoursite.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbe18453-a5e7-4149-86e6-7a967138a9b6"}],"id":"f50a594b-6605-403c-b843-9426e4120853","_postman_id":"f50a594b-6605-403c-b843-9426e4120853","description":""},{"name":"wc","item":[{"name":"user_info","id":"cdd3180c-92ae-4ede-bfe1-30f3b9fbaf96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}],"advancedConfig":[{"key":"password","value":""}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"\"\n}"},"url":"https://yoursite.com/wp-json/wpapp/wc/v3/user/info","urlObject":{"path":["wp-json","wpapp","wc","v3","user","info"],"host":["https://yoursite.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cdd3180c-92ae-4ede-bfe1-30f3b9fbaf96"},{"name":"user_update_info","id":"cf77dd42-f638-4379-9831-90510844d8ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"token\": \"\",\n\t\"first_name\":\"users first name\",\n\t\"last_name\":\"users last name\",\n\t\"billing\": {\n\t\t\"company\":\"users company\"\n\t}\n}","options":{"raw":{"language":"json"}}},"url":"https://yoursite.com/wp-json/wpapp/wc/v3/update/user/info","description":"<p>Read full docs online to see what you can add to the payload\n<a href=\"https://woosignal.com\">https://woosignal.com</a></p>\n","urlObject":{"path":["wp-json","wpapp","wc","v3","update","user","info"],"host":["https://yoursite.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf77dd42-f638-4379-9831-90510844d8ee"}],"id":"5dcf6ea0-15bd-41db-947b-ff279d6aac31","_postman_id":"5dcf6ea0-15bd-41db-947b-ff279d6aac31","description":""}],"id":"03250a43-20cb-467e-aa76-d7297eeca693","_postman_id":"03250a43-20cb-467e-aa76-d7297eeca693","description":""}],"event":[{"listen":"prerequest","script":{"id":"72818e83-c336-4f38-9f4a-d9eb4d1c1f51","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"37cddd20-177f-498c-8eb5-b0e46088cf10","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://yoursite.com"},{"key":"API_VERSION","value":"v3"},{"key":"User_Token","value":""},{"key":"UserToken","value":""}]}