{"info":{"_postman_id":"ebc9e990-f1f6-4214-a02c-89456851be0b","name":"WatverifyAPI CS","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"26348851","collectionId":"ebc9e990-f1f6-4214-a02c-89456851be0b","publishedId":"2sB2qcCfpL","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"008000"},"publishDate":"2025-05-25T17:31:46.000Z"},"item":[{"name":"Verify Number","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"ccb5f65f-0379-4af4-a3cb-af55d214d918"}}],"id":"e5d62c09-61da-4d4c-a4c0-0a9aecc29959","protocolProfileBehavior":{"disableBodyPruning":false,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{base_url}}/is-whatsapp-no/get?api_key=xxxx&phone=123","description":"<ul>\n<li>Verify if a number is registered on WhatsApp</li>\n</ul>\n<h3 id=\"response\">RESPONSE</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n    {\n    \n     result: true | false \n      \n    }\n\n\n</code></pre>\n<h3 id=\"request\">REQUEST</h3>\n<ul>\n<li>Query Params</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n    ?\n    \n     api_key =  string - API Key Purchased at  WatverifyAPI (CS)\n     phone =  string  e.g +1233....\n      \n    \n\n\n</code></pre>\n","urlObject":{"path":["is-whatsapp-no","get"],"host":["{{base_url}}"],"query":[{"key":"api_key","value":"xxxx"},{"key":"phone","value":"123"}],"variable":[]}},"response":[],"_postman_id":"e5d62c09-61da-4d4c-a4c0-0a9aecc29959"},{"name":"Is Device Online","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"0759fc62-2ec7-4600-b072-2cac4856b8fc"}}],"id":"550566a8-2a39-4f7f-b688-9ce211e0e9d3","protocolProfileBehavior":{"disableBodyPruning":false,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{base_url}}/connected-phone/scan?api_key=xxxx&phone=123","description":"<ul>\n<li>Check the status of your whatsapp device whether its still connected to the API or not</li>\n</ul>\n<h3 id=\"response\">RESPONSE</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n    {\n    \n     status: connected | disconnected\n      \n    }\n\n\n</code></pre>\n<h3 id=\"request\">REQUEST</h3>\n<ul>\n<li>Query Params</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n    ?\n    \n     api_key =  string - API Key Purchased at  WatverifyAPI (CS)\n      \n    \n\n\n</code></pre>\n","urlObject":{"path":["connected-phone","scan"],"host":["{{base_url}}"],"query":[{"key":"api_key","value":"xxxx"},{"key":"phone","value":"123"}],"variable":[]}},"response":[],"_postman_id":"550566a8-2a39-4f7f-b688-9ce211e0e9d3"},{"name":"Get Subscribers","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"c356e02a-4fc5-4c91-b23e-74b9035cac79"}}],"id":"f6a92f0c-7a73-4ba8-91fe-416c740983cc","protocolProfileBehavior":{"disableBodyPruning":false,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"{{base_url}}/connected-phone/scan?api_key=xxxx&keyword=contactus","description":"<ul>\n<li>Get all subscribers on a keyword</li>\n</ul>\n<h3 id=\"response\">RESPONSE</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n    {\n     keyword: string\n    \n     list: [ {subscriber_id: string, phone: string} ]\n      \n    }\n\n\n</code></pre>\n<h3 id=\"request\">REQUEST</h3>\n<ul>\n<li>Query Params</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n    ?\n    \n     api_key =  string - API Key Purchased at  WatverifyAPI (CS)\n     keyword = string\n      \n    \n\n\n</code></pre>\n","urlObject":{"path":["connected-phone","scan"],"host":["{{base_url}}"],"query":[{"key":"api_key","value":"xxxx"},{"key":"keyword","value":"contactus"}],"variable":[]}},"response":[],"_postman_id":"f6a92f0c-7a73-4ba8-91fe-416c740983cc"},{"name":"Send Message","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"171a12f3-68f9-4198-a1be-7f480d77d31c"}}],"id":"e3d8da86-36ef-4750-808a-d34d129a4aa2","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"API-X-xxxxxxxx\",\n\t\"phone\": \"1xxxx\",\n\t\"message\": \"Your OTP is *123456*\",\n\t\"media_type\": \"image\",\n\t\"image_url\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/send-wa-message/post","description":"<ul>\n<li>Send Message to any WhatsApp No.</li>\n</ul>\n<h3 id=\"response\">RESPONSE</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n    {\n    \n     status: \"success\" | \"error\"\n     \n     message: string\n      \n    }\n\n\n</code></pre>\n<h3 id=\"request\">REQUEST</h3>\n<ul>\n<li>Raw JSON Body Params</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n{\n     api_key: string - API Key Purchased\n     phone: string - Receiver Phone Number. e.g: +134....\n     message: string - Message to send\n     media_type: string - media_type: text or image, defaults to text\n     image_url: string  - full image url if media_type is image.\n                          e.g https://ex.com/sample.png\n}\n\n\n\n</code></pre>\n","urlObject":{"path":["send-wa-message","post"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3d8da86-36ef-4750-808a-d34d129a4aa2"},{"name":"Message Subscribers","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"b0ef4368-5583-48f1-8c29-2cc1823a7d4c"}}],"id":"64ebc699-e8e8-4423-a0fe-bff82891daa5","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"API-X-xxxxxxxx\",\n\t\"subscriber_ids\": [\"1\", \"2\"],\n\t\"keyword\": \"contactus\",\n\t\"message\": \"Your OTP is *123456*\",\n\t\"media_type\": \"image\",\n\t\"image_url\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/cs/send-message-subscriber","description":"<ul>\n<li>Send Message to any WhatsApp No.</li>\n</ul>\n<h3 id=\"response\">RESPONSE</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n    {\n    \n     status: \"success\" | \"error\"\n     \n     message: string\n      \n    }\n\n\n</code></pre>\n<h3 id=\"request\">REQUEST</h3>\n<ul>\n<li>Raw JSON Body Params</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n{\n     api_key: string - API Key Purchased\n     subscriber_ids: [\"1\", \"2\"] - list of all subscribers\n     keyword: string\n     message: string - Message to send\n     media_type: string - media_type: text or image, defaults to text\n     image_url: string  - full image url if media_type is image.\n                          e.g https://ex.com/sample.png\n}\n\n\n\n</code></pre>\n","urlObject":{"path":["cs","send-message-subscriber"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"64ebc699-e8e8-4423-a0fe-bff82891daa5"},{"name":"Create AutoResponda Keyword","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"94eef71f-e2a9-4826-8eb3-f4a70d6350fe"}}],"id":"585f9cc0-dd58-42d7-8201-cdae38147f5b","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"API-X-xxxxxxxx\",\n\t\"keyword\": \"contactus\",\n\t\"message\": \"Your OTP is *123456*\",\n\t\"media_type\": \"image\",\n\t\"image_url\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/cs/create-keyword","description":"<ul>\n<li>Create an AutoResponder Keyword Link, when a user visits the link, an automated message / reply you set will be sent to the user whatsapp and the user will be auto added to your subscribers list which you can message later.</li>\n</ul>\n<h3 id=\"response\">RESPONSE</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n    {\n    \n     status: \"success\" | \"error\"\n     \n     message: string,\n     link: string - e.g https://wa.me/?text=contactus\n     short_link - e.g https://is.gd/123\n      \n    }\n\n\n</code></pre>\n<h3 id=\"request\">REQUEST</h3>\n<ul>\n<li>Raw JSON Body Params</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n{\n     api_key: string - API Key Purchased\n     keyword: string - get-book, contactus e.t.c\n     message: string - Message to send\n     media_type: string - media_type: text or image, defaults to text\n     image_url: string  - full image url if media_type is image.\n                          e.g https://ex.com/sample.png\n}\n\n\n\n</code></pre>\n","urlObject":{"path":["cs","create-keyword"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"585f9cc0-dd58-42d7-8201-cdae38147f5b"},{"name":"Delete AutoResponda Keyword","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"8250fbbf-1e25-45f1-bb6f-b2a8a0d22bd4"}}],"id":"a68776ff-b21b-41df-b662-0c8b355205af","protocolProfileBehavior":{"disableBodyPruning":true,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"api_key\": \"API-X-xxxxxxxx\",\n\t\"keyword_id\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/cs/create-keyword","description":"<ul>\n<li>Delete created keyword</li>\n</ul>\n<h3 id=\"response\">RESPONSE</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n    {\n    \n     status: \"success\" | \"error\"\n     \n     message: string\n      \n    }\n\n\n</code></pre>\n<h3 id=\"request\">REQUEST</h3>\n<ul>\n<li>Raw JSON Body Params</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n{\n     api_key: string - API Key Purchased\n     keyword_id: string - this is obtained from keyword list\n}\n\n\n\n</code></pre>\n","urlObject":{"path":["cs","create-keyword"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a68776ff-b21b-41df-b662-0c8b355205af"},{"name":"List AutoResponda Keyword","event":[{"listen":"test","script":{"type":"text/javascript","exec":[],"id":"8434e691-1a84-45e7-81b7-ebf0f4cb2603"}}],"id":"d3713630-144c-441a-8e88-0222fe008fad","protocolProfileBehavior":{"disableBodyPruning":false,"followRedirects":true,"disableUrlEncoding":false,"disableCookies":false},"request":{"method":"GET","header":[],"url":"{{base_url}}/cs/list-keyword?api_key=xxxxxx","description":"<ul>\n<li>List all available keyword created</li>\n</ul>\n<h3 id=\"response\">RESPONSE</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n    {\n    \n     status: \"success\" | \"error\"\n     \n     message: string,\n     list: [{keyword_id: 1, text: \"contactus\"}]\n      \n    }\n\n\n</code></pre>\n<h3 id=\"request\">REQUEST</h3>\n<ul>\n<li>Query Params</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-bash\">\n?\n     api_key = string - API Key Purchased\n\n\n\n\n</code></pre>\n","urlObject":{"path":["cs","list-keyword"],"host":["{{base_url}}"],"query":[{"key":"api_key","value":"xxxxxx"}],"variable":[]}},"response":[],"_postman_id":"d3713630-144c-441a-8e88-0222fe008fad"}]}