{"info":{"_postman_id":"bfa67e4f-ce55-4913-ad62-f5b123d03633","name":"Back In Stock Notifier for WooCommerce - REST API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15423262","collectionId":"bfa67e4f-ce55-4913-ad62-f5b123d03633","publishedId":"TzJrDfTe","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-04-17T07:07:27.000Z"},"item":[{"name":"Create Subscriber","id":"690f13bd-5ef0-406e-9b4c-c0cb97163641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"subscriber_name\": \"CodeWooGeek LLC\",\r\n    \"email\": \"codewoogeektesting@gmail.com\",\r\n    \"product_id\": \"45\",\r\n    \"variation_id\": \"46\",\r\n    \"status\": \"cwg_subscribed\",\r\n    \"subscriber_phone\": \"+1 2015550123\",\r\n    \"custom_quantity\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yourwebsite.com/wp-json/wc-instocknotifier/v3/create_subscriber","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bfa67e4f-ce55-4913-ad62-f5b123d03633","id":"bfa67e4f-ce55-4913-ad62-f5b123d03633","name":"Back In Stock Notifier for WooCommerce - REST API","type":"collection"}},"urlObject":{"protocol":"https","path":["wp-json","wc-instocknotifier","v3","create_subscriber"],"host":["yourwebsite","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"690f13bd-5ef0-406e-9b4c-c0cb97163641"},{"name":"Get Subscriber","id":"e00288a5-c3a3-4471-baa0-8f6961232c77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yourwebsite.com/wp-json/wc-instocknotifier/v3/get_subscriber/<id>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bfa67e4f-ce55-4913-ad62-f5b123d03633","id":"bfa67e4f-ce55-4913-ad62-f5b123d03633","name":"Back In Stock Notifier for WooCommerce - REST API","type":"collection"}},"urlObject":{"protocol":"https","path":["wp-json","wc-instocknotifier","v3","get_subscriber","<id>"],"host":["yourwebsite","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e00288a5-c3a3-4471-baa0-8f6961232c77"},{"name":"Update Subscriber","id":"eee1fdb4-3514-4764-b175-e3c6a7ef4be7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ID\": \"328\",\r\n    \"subscriber_name\": \"CodeWooGeek LLC\",\r\n    \"email\": \"codewoogeektesting@gmail.com\",\r\n    \"product_id\": \"25\",\r\n    \"variation_id\": \"26\",\r\n    \"status\": \"cwg_unsubscribed\",\r\n    \"subscriber_phone\": \"+1 2015550123\",\r\n    \"custom_quantity\": \"3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://yourwebsite.com/wp-json/wc-instocknotifier/v3/update_subscriber","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bfa67e4f-ce55-4913-ad62-f5b123d03633","id":"bfa67e4f-ce55-4913-ad62-f5b123d03633","name":"Back In Stock Notifier for WooCommerce - REST API","type":"collection"}},"urlObject":{"protocol":"https","path":["wp-json","wc-instocknotifier","v3","update_subscriber"],"host":["yourwebsite","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"eee1fdb4-3514-4764-b175-e3c6a7ef4be7"},{"name":"Delete Subscriber","id":"683cc4af-7a8b-4bc1-bccd-a5ca8777e1ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://yourwebsite.com/wp-json/wc-instocknotifier/v3/delete_subscriber/<id>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bfa67e4f-ce55-4913-ad62-f5b123d03633","id":"bfa67e4f-ce55-4913-ad62-f5b123d03633","name":"Back In Stock Notifier for WooCommerce - REST API","type":"collection"}},"urlObject":{"protocol":"https","path":["wp-json","wc-instocknotifier","v3","delete_subscriber","<id>"],"host":["yourwebsite","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"683cc4af-7a8b-4bc1-bccd-a5ca8777e1ce"},{"name":"List Subscriber","id":"4c139e7c-1611-48f2-8612-900c926abf38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"p_ids\": [ \"45\",\"267\"],\r\n    \"status\":[\"cwg_subscribed\"]\r\n   \r\n}","options":{"raw":{"language":"json"}}},"url":"https://yourwebsite.com/wp-json/wc-instocknotifier/v3/list_subscriber","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"bfa67e4f-ce55-4913-ad62-f5b123d03633","id":"bfa67e4f-ce55-4913-ad62-f5b123d03633","name":"Back In Stock Notifier for WooCommerce - REST API","type":"collection"}},"urlObject":{"protocol":"https","path":["wp-json","wc-instocknotifier","v3","list_subscriber"],"host":["yourwebsite","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c139e7c-1611-48f2-8612-900c926abf38"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b44b54f0-9844-432e-8bda-4e74b52c668f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7dab124d-589e-46d4-9cde-8aece3ed1106"}}]}