{"info":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","description":"<html><head></head><body><img src=\"https://whatsloop.net/resources/images/logo.svg\" width=\"792\" height=\"320\">\n\n<p><strong>Welcome to the Whatsloop API</strong></p>\n<p>🚀 Enjoy taking your business messaging to the next level. With WhatsLoop API, you can take advantage of the world's most popular messaging platform and create powerful applications that help you enhance customer service &amp; communication needs. Get up and running quickly with our tutorials, reference guides, and examples, and start building unique solutions today. Unlock the potential of WhatsApp Business with WhatsLoop API and prepare for a whole new world of business opportunities!</p>\n<p>WhatsApp has completely transformed the communication landscape - it's used by an astounding 2 billion people, with 60 billion messages flying around daily! Businesses also realize this as a secure and reliable way to deliver notifications quickly and provide premium customer service.</p>\n<p>Relatively easy to use and integrate, the RESTful API of this tool opens up a world of possibilities. You can now connect your WhatsApp number to third-party systems, programming languages, CMS, CRMs &amp; CLI tools.</p>\n<p>We don't require you to hassle with SDKs or complex software dependencies - you can use the API right away with ease by sending HTTPS requests to the relevant endpoint.</p>\n<blockquote>\n</blockquote>\n<h4 id=\"note\"><a href=\"https://whatsloop.stoplight.io/#note\">Note</a></h4>\n<p>To access our API, you will need a Whatsloop account. Already have an account? <a href=\"https://go-wloop.net/\">Log in</a> now. Otherwise, create your account quickly and easily with only a few clicks - <a href=\"https://go-wloop.net/\">Create an Account</a>.</p>\n<p><strong>Send your first message today! 😍</strong></p>\n<blockquote>\n<p>This documentation is regularly updated, so check back often! In addition, if you need more help or spot any mistakes while developing an application, feel free to reach out, and we'll be happy to provide assistance. </p>\n</blockquote>\n<h1 id=\"responses\">Responses</h1>\n<h3 id=\"responses-and-error-handling\">Responses and Error Handling</h3>\n<p>WhatsLoop has applied all the technical standards placed by the RESTFull API codes. So, developers can always receive, read, decode, or understand the errors in responses based on the following form:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>RESPONSE</th>\n<th>STATUS</th>\n<th>MEANING</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>Success</td>\n<td>The request has succeeded.</td>\n</tr>\n<tr>\n<td>201</td>\n<td>Created</td>\n<td>The request has been accepted for processing and successfully inserted/updated in our database.</td>\n</tr>\n<tr>\n<td>202</td>\n<td>Accepted</td>\n<td>The request has been accepted for processing and successfully deleted from our database.</td>\n</tr>\n<tr>\n<td>422</td>\n<td>Unprocessable Entity</td>\n<td>Used if the server cannot process the entity, e.g., mandatory fields are missing in the payload.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Server Error</td>\n<td>We might be updating our services; please wait a while before trying again.</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Service Unavailable</td>\n<td>We could not handle the HTTP request due to a temporary overloading or maintenance of the server; please wait a while before trying again.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"success-message\"><strong>Success Message</strong></h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n        },\n        \"message\": {\n        },\n        \"messageTimestamp\": \"1677650400\", // Unix timestamp\n        \"status\": \"SUCCESS\" // SUCCESS OR PENDING\n    }\n}\n\n</code></pre>\n<h1 id=\"single-error-message\"><strong>Single Error Message</strong></h1>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Status\": 0,\n    \"Message\": \"Phone is Required\"\n}\n\n</code></pre>\n<h1 id=\"versioning\">Versioning</h1>\n<h3 id=\"inevitable-change\">Inevitable Change</h3>\n<p><strong>Change in an API is unavoidable as your knowledge and experience of a system improve. To manage the impact of this change, we have decided to use URI versioning.</strong></p>\n<h3 id=\"uri-versioning\">URI Versioning</h3>\n<p>One way to version a REST API is to include the version number in the URI path. When we introduce the version in the URI space, the Representations of Resources are considered immutable. So when changes need to be introduced in the API, a new URI space must be created.</p>\n<p>For example, say an API publishes the following resources – users, and privileges:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://go-wloop.net/api/v1/send\nhttps://go-wloop.net/api/v1/message\n\n</code></pre><h1 id=\"change-log\">Change Log</h1>\n<p>This page will cover Whats Loop APIs' hotfixes, frequent updates, bug fixes, speed improvement, and deprecated endpoints and requests.<br>We will display both the unreleased and released updates on Whats Loop API, but now, we are made a standard API v1 with no more changes.</p>\n<h1 id=\"webhooks\">Webhooks</h1>\n<p>WhatsLoop Webhooks allows you to set up fully automated notifications easily. As long as your WhatsApp is connected to our system, you will get notified whenever your WhatsApp Account receives payload/data.</p>\n<p>The Webhooks are triggered when:</p>\n<ol>\n<li><p>New Chats.</p>\n</li>\n<li><p>New Contact.</p>\n</li>\n<li><p>New Ack</p>\n</li>\n</ol>\n<p>You can then use the payload sent via webhooks to trigger other actions or integrate with external systems.</p>\n<p>This makes it simple to customize your solution and keep track of all changes occurring within your WhatsApp account.</p>\n<h1 id=\"rate-limiting\">Rate Limiting</h1>\n<p>All APIs are rate-limited to ensure our platform remains stable and fair for everyone. We use a combination of techniques to implement rate limits. For example, responsibly limit calls, caching results, and re-retry requests.<br>Rate limits apply based on the plan you are subscribed to; this table clarifies how it works.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>PLAN</th>\n<th>MAX REQUESTS</th>\n<th>TIMEOUT DURATION</th>\n<th>LEAK LIMIT</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Basic</td>\n<td>60</td>\n<td>1 minute</td>\n<td>One request per second</td>\n</tr>\n<tr>\n<td>Flex</td>\n<td>120</td>\n<td>1 minute</td>\n<td>One request per second</td>\n</tr>\n<tr>\n<td>Extra</td>\n<td>180</td>\n<td>1 minute</td>\n<td>One request per second</td>\n</tr>\n</tbody>\n</table>\n</div><p>According to your plan, you have x Max requests per 1 minute (Timeout duration). However, you consumed all the submissions before the minute ended. In that case, you can have one request per second (the leak limit) until the minute ends and another minute begins.</p>\n<p>Limits are calculated using the leaky bucket algorithm. All requests made after exceeding rate limits are throttled, and an HTTP 429 Too Many Requests error is returned.</p>\n<p>Requests succeed again after enough requests have emptied the bucket. You can see the state of the throttle for a store using the rate limits header.</p>\n<p>Rate limits will be returned with every request in the following headers:</p>\n<h6 id=\"x-ratelimit-limit\">X-RateLimit-Limit</h6>\n<blockquote>\n<p>This header, x-rate limit-remaining, will contain the number of calls per minute to be made to the API before rate limiting takes effect. Depending on the subscription plan, this can have a value of 60, 120, or 180. </p>\n</blockquote>\n<h6 id=\"x-ratelimit-remaining\">X-RateLimit-Remaining</h6>\n<blockquote>\n<p>This header, x-rate limit-remaining, will contain the number of calls the API has left in the current rate limit window. </p>\n</blockquote>\n<h6 id=\"retry-after\">Retry-After</h6>\n<blockquote>\n<p>This header will contain the number of seconds the API will become available after its exceeded rate limit. </p>\n</blockquote>\n<h6 id=\"x-ratelimit-reset\">X-RateLimit-Reset</h6>\n<blockquote>\n<p>This header will contain when an API's current rate limit window resets in UTC epoch seconds. </p>\n</blockquote>\n<p>If the bucket size exceeds, an HTTP 429 Too Many Requests error is returned. The bucket empties at a leak rate of one request per second. You can make your integration average <strong>one bid per second</strong> to avoid being throttled. The throttle is a pass-or-fail operation.</p>\n<h3 id=\"facing-a-problem\">Facing a problem?</h3>\n<p>We've got your back! Get quick and expert help with a call at +966126444462 or drop us an email at <a href=\"https://mailto:sales@whatsloop.net\">sales@whatsloop.net</a></p>\n<h1 id=\"sales\">Sales</h1>\n<p>Our sales team is here to assist - get in touch now at +966126444462 or <a href=\"https://mailto:sales@whatsloop.net\">sales@whatsloop.net</a></p>\n<h1 id=\"support\">Support</h1>\n<p>Struggling with something? Let us lend you a hand! Our friendly &amp; knowledgeable support team is just a message away. Message us at +966126444462 for quick help.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Responses","slug":"responses"},{"content":"Success Message","slug":"success-message"},{"content":"Single Error Message","slug":"single-error-message"},{"content":"Versioning","slug":"versioning"},{"content":"Change Log","slug":"change-log"},{"content":"Webhooks","slug":"webhooks"},{"content":"Rate Limiting","slug":"rate-limiting"},{"content":"Sales","slug":"sales"},{"content":"Support","slug":"support"}],"owner":"26098375","collectionId":"f46cd866-cefc-4fb8-be52-2990bc36e237","publishedId":"2s93JwPNFd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"313131","highlight":"00c5bb"},"publishDate":"2023-03-15T14:15:01.000Z"},"item":[{"name":"Messages","item":[{"name":"Simple Messages","item":[{"name":"Send Text Message","id":"c1cf887d-4da2-416f-8b30-d8a03c84fe71","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"body","value":"Your Text Message Here","description":"<p>The text message you want to send here</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/message/send","urlObject":{"path":["message","send"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"645e1ebe-a439-4f4b-af66-ca197a739d7f","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"body","value":"Your Text Message Here","description":"The text message you want to send here","type":"text"}]},"url":"https://go-wloop.net/api/v1/message/send"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Mar 2023 18:19:41 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=9XXGIsCpGWk3Rk1r1wrioRQ1K07yYkMF712MtucM; expires=Mon, 13 Mar 2023 20:19:41 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE5B909F59742A5\"\n        },\n        \"message\": {\n            \"extendedTextMessage\": {\n                \"text\": \"Your Text Message Here\"\n            }\n        },\n        \"messageTimestamp\": \"1678731581\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"c1cf887d-4da2-416f-8b30-d8a03c84fe71"},{"name":"Send Sticker","id":"99f871a4-910e-4d89-8360-305d3f652175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"url","value":"https://whatsloop.net/B2CDAD6B4993C.webp","description":"<p>The sticker URL  you want to send here</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/message/send/sticker","urlObject":{"path":["message","send","sticker"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"a4e533f9-3008-45f2-a595-9546253a6aea","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"url","value":"https://whatsloop.net/B2CDAD6B4993C.webp","description":"The sticker URL  you want to send here","type":"text"}]},"url":"https://go-wloop.net/api/v1/message/send/sticker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Mar 2023 18:16:59 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=9XXGIsCpGWk3Rk1r1wrioRQ1K07yYkMF712MtucM; expires=Mon, 13 Mar 2023 20:16:59 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE5A789CF443FB4\"\n        },\n        \"message\": {\n            \"stickerMessage\": {\n                \"url\": \"https://mmg.whatsapp.net/v/t62.7228-24/35487328_873274960422642_9111371846881921035_n.enc?ccb=11-4&oh=01_AdT33mFei9qLFZv_Y7gcg3aNJJV4ZaN22HMUTkojRyIJDw&oe=6436E8BE&mms3=true\",\n                \"fileSha256\": \"txmTSUCnHlvYHiN0kMzjDx8tkPQJkTbSp4wqty5/cdo=\",\n                \"fileEncSha256\": \"y1k6iwy2O9Ax7u2RmftmBbZf1RoF0HW0P+wdrCrX8as=\",\n                \"mediaKey\": \"3RTe/htpLQQRIQ6IoijhyOvvKHRNQXuZORvin3P2Ego=\",\n                \"mimetype\": \"image/webp\",\n                \"directPath\": \"/v/t62.7118-24/35487328_873298760422642_9111371846881921035_n.enc?ccb=11-4&oh=01_AdT33mFei9qLFZv_Y7gcg3aNJJV4ZaN22HMUTkojRyIJDw&oe=6436E8BE\",\n                \"fileLength\": \"11618\",\n                \"mediaKeyTimestamp\": \"1678731419\"\n            }\n        },\n        \"messageTimestamp\": \"1678731419\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"99f871a4-910e-4d89-8360-305d3f652175"},{"name":"Send Reaction","id":"631a56f3-fd5e-4132-a9fd-48ac4e383394","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"reaction","value":"❤️","type":"text","description":"<p>The reaction you want to send here</p>\n"},{"key":"messageId","value":"xxxxxxxxxx","type":"text","description":"<p>The message id you want to send a reaction to here</p>\n"}]},"url":"https://go-wloop.net/api/v1/message/send/reaction","urlObject":{"path":["message","send","reaction"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"92d1de4e-e724-443a-8271-4109491864ef","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"reaction","value":"❤️","type":"text","description":"The reaction you want to send here"},{"key":"messageId","value":"BAE52AAD7681F317","type":"text","description":"The message id you want to send a reaction to here"}]},"url":"https://go-wloop.net/api/v1/message/send/reaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Mar 2023 18:23:25 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Set-Cookie","value":"oats_loob_go_session=9XXGIsCpGWk3Rk1r1wrioRQ1K07yYkMF712MtucM; expires=Mon, 13 Mar 2023 20:23:25 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE5FA708869E87E\"\n        },\n        \"message\": {\n            \"reactionMessage\": {\n                \"key\": {\n                    \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n                    \"fromMe\": true,\n                    \"id\": \"BAE52AAD7681F317\"\n                },\n                \"text\": \"❤️\",\n                \"senderTimestampMs\": \"1678731805174\"\n            }\n        },\n        \"messageTimestamp\": \"1678731805\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"631a56f3-fd5e-4132-a9fd-48ac4e383394"},{"name":"Send Reply","id":"a9fbc0ad-fced-4caf-a1ca-6be5466ce6ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"body","value":"Your Text Message Here","description":"<p>The text message you want to send here</p>\n","type":"text"},{"key":"messageId","value":"xxxxxxxxxx","type":"text","description":"<p>The message id you want to send a reply to here</p>\n"}]},"url":"https://go-wloop.net/api/v1/message/send/reply","urlObject":{"path":["message","send","reply"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ceb52640-abbe-4180-8e67-09270439e7ba","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"body","value":"Your Text Message Here","description":"The text message you want to send here","type":"text"},{"key":"messageId","value":"BAE52AAD7681F317","type":"text","description":"The message id you want to send a reply to here"}]},"url":"https://go-wloop.net/api/v1/message/send/reply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Mar 2023 18:25:33 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=9XXGIsCpGWk3Rk1r1wrioRQ1K07yYkMF712MtucM; expires=Mon, 13 Mar 2023 20:25:33 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE5D3DC3968A2F1\"\n        },\n        \"message\": {\n            \"extendedTextMessage\": {\n                \"text\": \"Your Text Message Here\",\n                \"contextInfo\": {\n                    \"stanzaId\": \"BAE52AAD7681F317\",\n                    \"participant\": \"9665xxxxxxxx@s.whatsapp.net\",\n                    \"quotedMessage\": {\n                        \"conversation\": \"Your Text Message Here\"\n                    }\n                }\n            }\n        },\n        \"messageTimestamp\": \"1678731933\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"a9fbc0ad-fced-4caf-a1ca-6be5466ce6ba"},{"name":"Send Mention","id":"4b6e86e3-ad8b-4aac-8053-57e0f1be448c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"mention","value":"9665xxxxxxxx","description":"<p>The WhatsApp phone number in the international format, e.g., 9665xxxxxxxx that will be mentioned </p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/message/send/mention","urlObject":{"path":["message","send","mention"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d911e137-f9da-4505-b691-75041ba1ad56","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"mention","value":"9665xxxxxxxx","description":"The WhatsApp phone number in the international format, e.g., 9665xxxxxxxx that will be mentioned ","type":"text"}]},"url":"https://go-wloop.net/api/v1/message/send/mention"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Mar 2023 18:27:39 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=9XXGIsCpGWk3Rk1r1wrioRQ1K07yYkMF712MtucM; expires=Mon, 13 Mar 2023 20:27:39 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE572116ACC3952\"\n        },\n        \"message\": {\n            \"extendedTextMessage\": {\n                \"text\": \"@9665xxxxxxxx\",\n                \"contextInfo\": {\n                    \"mentionedJid\": [\n                        \"9665xxxxxxxx@s.whatsapp.net\"\n                    ]\n                }\n            }\n        },\n        \"messageTimestamp\": \"1678732059\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"4b6e86e3-ad8b-4aac-8053-57e0f1be448c"},{"name":"Send Disappearing Message","id":"38228284-db68-4ffd-b6d6-e37eb71718ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"body","value":"This is a disappearing message that will disappear after 1 day","description":"<p>The text message you want to send here</p>\n","type":"text"},{"key":"duration","value":"1","description":"<p>Message disappear after duration time in days ( 1 day, 7 days or 90 days )  Default (7 days)</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/message/send/disappearing","urlObject":{"path":["message","send","disappearing"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"4e1a8ef5-fbc9-4305-aeff-ce257837e98f","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"body","value":"This is a disappearing message that will disappear after X duration","description":"The text message you want to send here","type":"text"},{"key":"duration","value":"1","description":"Message disappear after duration time in days ( 1 day, 7 days or 90 days ) Default (7 days) ","type":"text"}]},"url":"https://go-wloop.net/api/v1/message/send/disappearing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Mar 2023 18:30:35 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Set-Cookie","value":"oats_loob_go_session=9XXGIsCpGWk3Rk1r1wrioRQ1K07yYkMF712MtucM; expires=Mon, 13 Mar 2023 20:30:35 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE53AB9407EDA46\"\n        },\n        \"message\": {\n            \"ephemeralMessage\": {\n                \"message\": {\n                    \"extendedTextMessage\": {\n                        \"text\": \"This is a disappearing message that will disappear after 1 day\",\n                        \"contextInfo\": {\n                            \"expiration\": 86400\n                        }\n                    }\n                }\n            }\n        },\n        \"messageTimestamp\": \"1678732235\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"38228284-db68-4ffd-b6d6-e37eb71718ef"},{"name":"Send Share Catalog Message","id":"19b7fdad-38a4-4c0f-b65d-94af1b228bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"catalog","value":"9665xxxxxxxx","description":"<p>WhatsApp Business phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"title","value":"Catalog Title Here","description":"<p>Catalog Title</p>\n","type":"text"},{"key":"body","value":"Catalog Body Here","description":"<p>Catalog Body</p>\n","type":"text"},{"key":"description","value":"Catalog Description Here","description":"<p>Catalog Description</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/share/catalog","urlObject":{"path":["share","catalog"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"5672241e-1269-4dbe-9ffb-5c2383fb30aa","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"catalog","value":"9665xxxxxxxx","description":"WhatsApp Business phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"title","value":"Catalog Title Here","description":"//optional","type":"text"},{"key":"body","value":"Catalog Body Here","description":"//optional","type":"text"},{"key":"description","value":"Catalog Description Here","description":"//optional","type":"text"}]},"url":"https://go-wloop.net/api/v1/share/catalog"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Mar 2023 18:34:54 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=9XXGIsCpGWk3Rk1r1wrioRQ1K07yYkMF712MtucM; expires=Mon, 13 Mar 2023 20:34:54 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE5069DBB5FBA16\"\n        },\n        \"message\": {\n            \"extendedTextMessage\": {\n                \"text\": \"Catalog Body Here\\nhttps://wa.me/c/9665xxxxxxxx\",\n                \"matchedText\": \"https://wa.me/c/9665xxxxxxxx\",\n                \"canonicalUrl\": \"https://wa.me/c/9665xxxxxxxx\",\n                \"description\": \"Catalog Description Here\",\n                \"title\": \"Catalog Title Here\",\n                \"previewType\": \"NONE\",\n                \"jpegThumbnail\": \"/7j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi1jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wAARCABgAMADASIAAhEBAxEB/8QAGgABAQEAAwEAAAAAAAAAAAAAAAUEAQIDBv/EADUQAAICAgECAwYDBgcAAAAAAAABAgMEESEFEhMxMhQiQVFhcSOBoRUkQlJi8HKRscHR4fH/xAAYAQEBAQEBAAAAAAAAAAAAAAAAAQIDBP/EACgRAAICAAQEBgMAAAAAAAAAAAABAhEDBBIhMVFhoRQiQXGB8DJC0f/aAAwDAQACEQMRAD8A+4ABg0AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZ787Gx3q22Kl8lyzyr6rhzlrxe1/1Jolo5vFw06clZtBwmpJNNNPyaOSnQAAAAAAAAAAAAAAAAAAAAAAAAAAAGDPyLXbDExnq2zmUv5Ubybgrv6pm2S9UWor7f2iPkccZt1Bep3xsXCx7fB3GzI1tuXLZqsxqbY9s6oSX+EkWVeB12M7ZuEJy7oy+f0LhImMCpKUXGqdEqUZdKtjOEnLEm9Si+ex/MqOSUXJvhLe/oeGdBWYV0ZeXY2cdOk7On0OXO4JMq2dGoLRNwXDij0pyKr63ZVNSgvNjHyacmLlTNTSenwRa7fY6OoUb00/d/Pj/TRzhzeBLIhJ+qhWL76/7M6jgs07ja9+/8Kn7Rxe1y8ZaUu3en5mo+ctqdXSMeWuZ2uX6cG67JzcXIpd8q5V2y12xXp/MKXMsMy/3XLh1KpxKUYRcpSUYrzbZgyLcr2ia8anGqj6ZT03IxyysjL6Ze5Sh+G9TaXqX0K5HSeYUbVb79i3GUZxUotSi/Jp+ZyRY5OTh9LqmpQanpRfb6F9fmacS/InkRSvpyamuXHUXH8gpCOYTaTW5ryMmnGSd01FS4XB6xkpxUovaa2mR8uPt/U5U92oUwa3v+L/3X+R3wMqS6Tak/xKE1z+g1bkjmPO0+G9fHErAkV39Ruw/aYTqUYpvt7eZa82cS6lkWzxlQoJ2ppxa43vQ1IviYeqZYBMjk5WLm1U5U4WQt4Uox1plMqdnWGIp30AAKdAAAATVvH644x5jkQ20vg18f0KRKuxc2zqFl9UoVLXbGUuXr7GZHnx78rSvc35ONXlVOu1bXwa80yVf03OcY1xvVlUXuO5a0aVT1PHe67oZCfmp8Du6rb7vh00/1b2R0/Q5YijiflFp9PtHXMnOnCrwu925Nq7d/T4soUVKmmFa8oRSPDDwY48nZOTtul5zl/sazSR2woNPVL2+CRn9Ntvz1ZXFOuWu971r+0d+rYFuTbXOiKeo9sudfYqAmlEeWg1Jcyd1HDstxaKqIp+G18dcaO3U8a3IljuqKfZPcudccG8F0o08CLvrXYkrFyKs6+x4sMjxJbjOUl7ox8DIjh5dU4xjO17i98MrAmlGFloJ8efcl11dQjhxqjCuDr0u1tNWI81iXzy4XxxYY/h86jJe8ywBpHhourb2JOJ0mMq5SzYt2yk3xL/g87cKzEnkuqP7tOpr1crgtHWcI2QlCa3GS018xpRHlYaajx5kfFec+mxrpqhOE00p92nFb5POzGsxcrCqrcXak3t+W9luqqFNarriowXkjrPHqsthbOCc4el/Imky8q9KV7qvqMPgZWXm1W5Fcaq6eUlLe2UwDSVHohhqF9QACnQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//2Q==\"\n            }\n        },\n        \"messageTimestamp\": \"1678732494\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"19b7fdad-38a4-4c0f-b65d-94af1b228bb5"},{"name":"Get Message By ID","id":"b5f24852-2d05-4962-84a9-80f9c7010e75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://go-wloop.net/api/v1/message/id?phone=9665xxxxxxxx&messageID=xxxxxxxxxx","urlObject":{"path":["","message","id"],"host":["https://go-wloop.net/api/v1"],"query":[{"description":{"content":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text/plain"},"key":"phone","value":"9665xxxxxxxx"},{"description":{"content":"<p>Message ID </p>\n","type":"text/plain"},"key":"messageID","value":"xxxxxxxxxx"}],"variable":[]}},"response":[{"id":"56fcb559-4b72-443a-a629-ea4181061a50","name":"Success Response","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://go-wloop.net/api/v1/message/id?phone=9665xxxxxxxx&messageID=BAE59D976B2EA98F","host":["https://go-wloop.net/api/v1"],"path":["message","id"],"query":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx"},{"key":"messageID","value":"BAE59D976B2EA98F","description":"Message Id "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Mar 2023 18:38:11 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Set-Cookie","value":"oats_loob_go_session=9XXGIsCpGWk3Rk1r1wrioRQ1K07yYkMF712MtucM; expires=Mon, 13 Mar 2023 20:38:11 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Message Found !!!\",\n    \"data\": {\n        \"id\": \"BAE59D976B2EA98F\",\n        \"body\": \"Your Text Message Here\",\n        \"caption\": \"\",\n        \"messageType\": \"text\",\n        \"fileName\": \"\",\n        \"fromMe\": \"true\",\n        \"author\": \"Me\",\n        \"chatName\": \"Whatsapp name\",\n        \"pushName\": \"Me\",\n        \"time\": \"1678732680\",\n        \"timeFormatted\": \"Mon, 13 Mar 2023 18:38:00 GMT\",\n        \"status\": \"3\",\n        \"statusText\": \"Delivered\",\n        \"deviceSentFrom\": \"web\",\n        \"expirationFormatted\": \"\",\n        \"expiration\": \"\",\n        \"expirationTimestamp\": \"null\",\n        \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n        \"quotedMsgBody.content\": \"\",\n        \"quotedMessage\": \"{}\",\n        \"payload.extendedTextMessage.text\": \"Your Text Message Here\",\n        \"quotedMsgBody/.content\": \"\",\n        \"payload/.extendedTextMessage/.text\": \"Your Text Message Here\"\n    }\n}"}],"_postman_id":"b5f24852-2d05-4962-84a9-80f9c7010e75"},{"name":"Fetch Messages","id":"2873257c-380f-4455-bdef-97347a5a7928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[{"key":"limit","value":"25","description":"<p>Optional 25 records by default</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/message/fetch","urlObject":{"path":["message","fetch"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"2873257c-380f-4455-bdef-97347a5a7928"},{"name":"Delete Message By ID","id":"93f1c996-6bb6-4794-9d96-139ac6d3bf10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>phone number with country code</p>\n","type":"text"},{"key":"messageID","value":"BAE509D204172AC0","description":"<p>Message Id </p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/message/delete?phone=9665xxxxxxxx&messageID=xxxxxxxxxx","urlObject":{"path":["message","delete"],"host":["https://go-wloop.net/api/v1"],"query":[{"description":{"content":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text/plain"},"key":"phone","value":"9665xxxxxxxx"},{"description":{"content":"<p>Message ID </p>\n","type":"text/plain"},"key":"messageID","value":"xxxxxxxxxx"}],"variable":[]}},"response":[{"id":"40f5f044-648c-4b9b-b110-cf7c9484a369","name":"Success Response","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"phone number with country code","type":"text"},{"key":"messageID","value":"BAE509D204172AC0","description":"Message Id ","type":"text"}]},"url":{"raw":"https://go-wloop.net/api/v1/message/delete?phone=9665xxxxxxxx&messageID=BAE556A2D2B84218","host":["https://go-wloop.net/api/v1"],"path":["message","delete"],"query":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx"},{"key":"messageID","value":"BAE556A2D2B84218","description":"Message ID "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Mar 2023 18:44:32 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Set-Cookie","value":"oats_loob_go_session=9XXGIsCpGWk3Rk1r1wrioRQ1K07yYkMF712MtucM; expires=Mon, 13 Mar 2023 20:44:32 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE5C8DBBEE34E00\"\n        },\n        \"message\": {\n            \"protocolMessage\": {\n                \"key\": {\n                    \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n                    \"fromMe\": true,\n                    \"id\": \"BAE556A2D2B84218\"\n                },\n                \"type\": \"REVOKE\"\n            }\n        },\n        \"messageTimestamp\": \"1678733072\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"93f1c996-6bb6-4794-9d96-139ac6d3bf10"}],"id":"82df4855-7492-4c75-a8a6-eb698f6ede2b","event":[{"listen":"prerequest","script":{"id":"59116a36-3291-466c-a032-a17ce2920d58","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"442ceb60-cfc9-418e-b47d-9d5aee36febb","type":"text/javascript","exec":[""]}}],"_postman_id":"82df4855-7492-4c75-a8a6-eb698f6ede2b","description":"","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}},{"name":"Media Messages","item":[{"name":"Send File Message","id":"d92a1051-2bd4-402c-9113-f1103dcd9d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"url","value":"https://whatsloop.net/B2CDAD6B4993C.pdf","description":"<p>File URL it accept files format, e.g.( pdf,doc,docx,xls,xlsx,ppt,pptx,txt,zip,rar )</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/file","urlObject":{"path":["send","file"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ed12a0df-de6e-43cb-b435-7d066df55514","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"url","value":"https://whatsloop.net/43da-a3bd-2f551c55c114.pdf","description":"File URL it accept files format, e.g.( pdf,doc,docx,xls,xlsx,ppt,pptx,txt,zip,rar )","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/file"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 07:56:47 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=YgrT2puR91Y6RdjXnuYuEKjCpSAMcXsl1n32ZDFJ; expires=Tue, 14 Mar 2023 09:56:47 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE59994D0AC5165\"\n        },\n        \"message\": {\n            \"documentMessage\": {\n                \"url\": \"https://mmg.whatsapp.net/v/t62.7119-24/34727954_1873970912977923_6253205709339219994_n.enc?ccb=11-4&oh=01_AdSUEFscpyxLSgUW6WI7O6_A_xcN7CudeDw8DBeo2k9ttQ&oe=6437B1AB&mms3=true\",\n                \"mimetype\": \"application/pdf\",\n                \"fileSha256\": \"nY58AoyYwGaOiAc6+/4iurzhUROBy2HneEdeBYaNEGE=\",\n                \"fileLength\": \"30196\",\n                \"mediaKey\": \"UfdrUIrTDXDZHh+91xtiKUDukE7MBjBPKRyiN+5kwe8=\",\n                \"fileName\": \"43da-a3bd-2f551c55c114.pdf\",\n                \"fileEncSha256\": \"j47PcUss0jrQI9ex8U+zTgH/pC0wzEhM1GO875xSc6w=\",\n                \"directPath\": \"/v/t62.7119-24/347158962_1873970912977923_6253205709339219994_n.enc?ccb=11-4&oh=01_AdSUEFscpyxLSgUW6WI7O6_A_xcN7CudeDw8DBeo2k9ttQ&oe=6437B1AB\",\n                \"mediaKeyTimestamp\": \"1678780607\"\n            }\n        },\n        \"messageTimestamp\": \"1678780607\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"d92a1051-2bd4-402c-9113-f1103dcd9d80"},{"name":"Send Image Message","id":"75a19ba7-8c10-4fe1-8ead-176cc08f930d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"url","value":"https://whatsloop.net/B2CDAD6B4993C.png","description":"<p>Image URL it can accept image format, e.g.( jpeg, png, jpg, gif, svg )</p>\n","type":"text"},{"key":"caption","value":"Test image caption","description":"<p>This caption on image</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/image","urlObject":{"path":["send","image"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"a833655b-c1a6-43c9-95a7-d207628db047","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"url","value":"https://whatsloop.net/B2CDAD6B4993C.png","description":"Image URL it can accept image format, e.g.( jpeg, png, jpg, gif, svg )","type":"text"},{"key":"caption","value":"Test image caption","description":"This caption on image","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 08:01:53 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=YgrT2puR91Y6RdjXnuYuEKjCpSAMcXsl1n32ZDFJ; expires=Tue, 14 Mar 2023 10:01:53 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE5EA9D4D8909E0\"\n        },\n        \"message\": {\n            \"imageMessage\": {\n                \"url\": \"https://mmg.whatsapp.net/v/t62.7118-24/34150691_3578250132602191_4484094964547521109_n.enc?ccb=11-4&oh=01_AdSCQhjLRkB7v9foHbBNF_Ib8biiXO6lNI0L-7WCdhbVGA&oe=64378923&mms3=true\",\n                \"mimetype\": \"image/png\",\n                \"caption\": \"Test image caption\",\n                \"fileSha256\": \"+1jrya7ah+8mKAqBO2M7Oru/XbKlG+7hCHoarffVhRo=\",\n                \"fileLength\": \"234608\",\n                \"height\": 1001,\n                \"width\": 493,\n                \"mediaKey\": \"x24i2bJW7a/fTGVwsJrtpJx8q2NDX72ah9+MVayaVkw=\",\n                \"fileEncSha256\": \"zmkyXfm+MaIND8CWjlD6opGlKcghc9ElrzG/SL0Du+Y=\",\n                \"directPath\": \"/v/t62.7118-24/33550691_35782601795402191_4484094964547521109_n.enc?ccb=11-4&oh=01_AdSCQhjLRkB7v9foHbBNF_Ib8biiXO6lNI0L-7WCdhbVGA&oe=64378923\",\n                \"mediaKeyTimestamp\": \"1678780912\",\n                \"jpegThumbnail\": \"/9j/2wBDABALDA4MChAODQ4SERATGCgeGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wAARCABBACADASIAAhEBAxEB/8QAGwABAAIDAQEAAAAAAAAAAAAABQADAgQGAQf/xAAzEAACAAUBBQUFCQAAAAAAAAABAgADBQYRMQQSIUGyIytVCUWETUnKR0RUWI0RzgYKT8f/EABYBAQEBAAAAAAAAAAAAAAAAAAABAv/EABkRAQEAAwEAAAAAAAAAAAAAAAARAQIhQf/aAAwDAQACEQMRAD8A2LctmnTqcJ+0JOdmZgAjlQApxy1J1jXew9tMxjKq+EJyoZGyB68Yftlj8iy9R234fyMK7x8zCjhxZO1pNxNqzlVILbslzkeQ9Y26/bdNSlzNo2ZJ8tpThSJjswYEgc9NdY6x3dULLxI5ZxBVwuz0KfvDHaTnnxiM42xYl6ttVQ1IXeGe2/UYYZFB4SyfUGCLUIFJXj436jC5LnOHQDlFVTMIDYEsDzz/LLBVzgCj7QAPEnWIWMt94M00E88QVc3Gk7R5b6dYgrG2gTR0wCfxH6jCu43un5QZa5QUdQ5OPaPpn3jC59iRjLfMwFe6QCSp+UFXHxos/hjtJ1iFSFB4THbgdYKuPuWd8SdYjM7Sesbb7nl/qTOowrHL85cdMkU1ZO1TDLYOzA7jMGBOeQ1GhEL/AHnoR/NH+p/pGoUjBlx9yzviTrEem5qJy2o/vKf6QVcFx02fS3k7PMMxmKkkIyhQCCdQPLAEIV84k84siRIqJFc3QRIkB//Z\"\n            }\n        },\n        \"messageTimestamp\": \"1678780912\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"75a19ba7-8c10-4fe1-8ead-176cc08f930d"},{"name":"Send Video Message","id":"95cece22-a9e6-40df-83da-532b6732c9f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"url","value":"https://whatsloop.net/B2CDAD6B4993C.mp4","description":"<p>Video URL it can accept video format, e.g.( mp4, avi, wmv, flv, webm, mov )</p>\n","type":"text"},{"key":"caption","value":"Test video caption","description":"<p>This caption on video</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/video","urlObject":{"path":["send","video"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"304fd420-96d2-4b3e-a5ef-f0c6cf17b996","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"url","value":"https://whatsloop.net/B2CDAD6B4993C.mp4","description":"Video URL it can accept video format, e.g.( mp4, avi, wmv, flv, webm, mov )","type":"text"},{"key":"caption","value":"Test video caption","description":"This caption on video","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/video"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 09:13:05 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=YoMUpanAivT2mKkE3cEVX66PajiXrOJz6jSQPnDT; expires=Tue, 14 Mar 2023 11:13:05 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665XXXXXXXX@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE5E1B2D0356A0B\"\n        },\n        \"message\": {\n            \"videoMessage\": {\n                \"url\": \"https://mmg.whatsapp.net/v/t62.7161-24/30981322_855463990038379_5926664183850321848_n.enc?ccb=11-4&oh=01_AdS3axWXO4_rs4ZgMMMyEwkXQr_mBzdLpkiS8_W6L2z39g&oe=6437C4A6&mms3=true\",\n                \"mimetype\": \"video/mp4\",\n                \"fileSha256\": \"Kzq5v3xm39qoZZeRpdBjFVn4WEmHA9LvzS5q3ZqzQhg=\",\n                \"fileLength\": \"9264139\",\n                \"mediaKey\": \"13dbeFdZEFo3JWrxxt81CHhBVcBGj3wmSr460R1jgBA=\",\n                \"caption\": \"test send video caption\",\n                \"gifPlayback\": false,\n                \"fileEncSha256\": \"aZ40xuwxHdtERxu/2m6eEEIpzlmBvVBfL0ulgB83zgs=\",\n                \"directPath\": \"/v/t62.7161-24/30982222_925463991938345_5926664183850321848_n.enc?ccb=11-4&oh=01_AdS3axWXO4_rs4ZgMMMyEwkXQr_mBzdLpkiS8_W6L2z39g&oe=6437C4A6\",\n                \"mediaKeyTimestamp\": \"1678785185\"\n            }\n        },\n        \"messageTimestamp\": \"1678785185\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"95cece22-a9e6-40df-83da-532b6732c9f1"},{"name":"Send Gif Message","id":"d0676054-0a5f-449b-900d-7cdf4df2e4f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"url","value":"https://whatsloop.net/B2CDAD6B4893C.gif","description":"<p>GIF image URL it can accept gif format</p>\n","type":"text"},{"key":"caption","value":"Test gif caption","description":"<p>This caption on image</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/gif","urlObject":{"path":["send","gif"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"1baaa20c-1ccc-4e07-9ce0-ab90cb0ae9dc","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"url","value":"https://whatsloop.net/B2CDAD6B4893C.gif","description":"GIF image URL it can accept gif format","type":"text"},{"key":"caption","value":"This is GIF","description":"This caption on image","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/gif"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 09:45:50 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=YoMUpanAivT2mKkE3cEVX66PajiXrOJz6jSQPnDT; expires=Tue, 14 Mar 2023 11:45:50 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665XXXXXXXX@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE518715BCE4453\"\n        },\n        \"message\": {\n            \"videoMessage\": {\n                \"url\": \"https://mmg.whatsapp.net/v/t62.7161-55/41210897_3341988089358845_8188639476705643982_n.enc?ccb=11-4&oh=01_AdQLEI1f93-neSRAcX7ZRbuCP9gAOqUAp5TaNhImj8vVpA&oe=6437B02A&mms3=true\",\n                \"mimetype\": \"video/mp4\",\n                \"fileSha256\": \"P/4Kb0SbDyUciDJKRmO7pihIZBcsqMN4LgjKFYzuA6w=\",\n                \"fileLength\": \"169968\",\n                \"mediaKey\": \"3CUIamM6q7U2jCMXakU2N4caBNf6OWhYpNULhMG8tg8=\",\n                \"caption\": \"This is GIF\",\n                \"gifPlayback\": true,\n                \"fileEncSha256\": \"x48zmCF2h18ewMs+N6/iQTXnS7VPOEKCVWUftvEk+jk=\",\n                \"directPath\": \"/v/t62.7161-24/41210897_3341988067395845_8188549476705643982_n.enc?ccb=11-4&oh=01_AdQLEI1f93-neSRAcX7ZRbuCP9gAOqUAp5TaNhImj8vVpA&oe=6437B02A\",\n                \"mediaKeyTimestamp\": \"1678787150\"\n            }\n        },\n        \"messageTimestamp\": \"1678787150\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"d0676054-0a5f-449b-900d-7cdf4df2e4f5"},{"name":"Send Audio Message","id":"c5f9e8d7-d576-4bca-afee-2a90a193e258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"audio","value":"https://whatsloop.net/B2CDAD2B4893C.mp3","description":"<p>Audio URL it can accept audio format, e.g.( mp3, wav, ogg, m4a )</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/audio","urlObject":{"path":["send","audio"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"0d61b2c7-b3e4-45bc-8532-77dbe657d37b","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"audio","value":"https://whatsloop.net/B2CDAD2B4893C.mp3","description":"Audio URL it can accept audio format, e.g.( mp3, wav, ogg, m4a )","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/audio"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 09:52:18 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=YoMUpanAivT2mKkE3cEVX66PajiXrOJz6jSQPnDT; expires=Tue, 14 Mar 2023 11:52:18 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665XXXXXXXX@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE5521DD2153BF4\"\n        },\n        \"message\": {\n            \"audioMessage\": {\n                \"url\": \"https://mmg.whatsapp.net/v/t62.7114-24/11787995_928335898397871_3732678168588621804_n.enc?ccb=11-4&oh=01_AdQzkozmFuvnSDzA9rdtr6WHjXdPxfTJnj1u4H5iej4jMQ&oe=6437B686&mms3=true\",\n                \"mimetype\": \"audio/ogg; codecs=opus\",\n                \"fileSha256\": \"16jUJL1OABN+1RaZCbMwcdfHxZx+nk2yldfDmhd04Sw=\",\n                \"fileLength\": \"6452\",\n                \"seconds\": 0,\n                \"mediaKey\": \"iAV+2TrBLDO4ydlDnsdYLzb7ObbxpQx53SKBNXjE14M=\",\n                \"fileEncSha256\": \"gcmgUeGKs/aNZrSBODmrZXqlnbXCEzI9ECsZgOhvmGU=\",\n                \"directPath\": \"/v/t62.7114-24/11787995_928545822397853_3732869168588621804_n.enc?ccb=11-4&oh=01_AdQzkozmFuvnSDzA9rdtr6WHjXdPxfTJnj1u4H5iej4jMQ&oe=6437B686\",\n                \"mediaKeyTimestamp\": \"1678787537\"\n            }\n        },\n        \"messageTimestamp\": \"1678787537\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"c5f9e8d7-d576-4bca-afee-2a90a193e258"},{"name":"Send PTT (Push To Talk) Message","id":"79cc746b-2136-4bbb-93fb-447beb28de67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"url","value":"https://whatsloop.net/B2CDAD2B4893C.mp3","description":"<p>Audio URL it can accept audio format, e.g.( mp3, wav, ogg, m4a )</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/ptt","urlObject":{"path":["send","ptt"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"20ac4e4e-9d68-414e-90b5-34099c4ec7e0","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"url","value":"https://whatsloop.net/B2CDAD2B4893C.mp3","description":"Audio URL it can accept audio format, e.g.( mp3, wav, ogg, m4a )","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/ptt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 12:11:50 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=l2vqNrABWca3JgnJIkNcH6C3aIryWI3QIsy1jlnk; expires=Wed, 15 Mar 2023 14:11:50 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE566BDB6EF69K0\"\n        },\n        \"message\": {\n            \"audioMessage\": {\n                \"url\": \"https://mmg.whatsapp.net/v/t62.7114-24/31826747_517788793846715_620701248230565503_n.enc?ccb=11-4&oh=01_AdSp2wws8ToemXJ1dkFt4HGbaMy38PIQrBvQw-mRD7PlEdQ&oe=643927F8&mms3=true\",\n                \"mimetype\": \"audio/ogg; codecs=opus\",\n                \"fileSha256\": \"yrXkSKo4WDFIbZVrjB+X4+9K6hBLrUwkY5buLKW1Xmc=\",\n                \"fileLength\": \"6452\",\n                \"seconds\": 0,\n                \"ptt\": true,\n                \"mediaKey\": \"UT7FAp3wLm4xyDMSD/aDyrT+uCD6Xr5TwD6mC0jSSDw=\",\n                \"fileEncSha256\": \"NKXcDYCmtzqlLoQ0+7rOhZIFQRaVllHLnVrMQ0oknKw=\",\n                \"directPath\": \"/v/t62.79414-24/31826747_517788793846715_620701248230565503_n.enc?ccb=11-4&oh=01_AdSp2wws8gAmXJ1dkFt4HGbaMy38PIQrBvQw-mRD7PlEdQ&oe=643927F8\",\n                \"mediaKeyTimestamp\": \"1678882309\"\n            }\n        },\n        \"messageTimestamp\": \"1678882309\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"79cc746b-2136-4bbb-93fb-447beb28de67"},{"name":"Send Location Message","id":"0e79f2c7-2f7f-414e-8fba-d778dbf8c0ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"lat","value":"21.5361598","description":"<p>Latitude value</p>\n","type":"text"},{"key":"lng","value":"39.1728653","description":"<p>Longitude value</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/location","urlObject":{"path":["send","location"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"8f80a24d-1ec7-4523-b830-9e7796031d0b","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"lat","value":"21.55403","description":"Latitude value","type":"text"},{"key":"lng","value":"39.20874","description":"Longitude value","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:07:23 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=YoMUpanAivT2mKkE3cEVX66PajiXrOJz6jSQPnDT; expires=Tue, 14 Mar 2023 12:07:23 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665XXXXXXXX@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE5C924B3279D9F\"\n        },\n        \"message\": {\n            \"locationMessage\": {\n                \"degreesLatitude\": 21.53615980000000007521521183662116527557373046875,\n                \"degreesLongitude\": 39.1728652999999980011125444434583187103271484375\n            }\n        },\n        \"messageTimestamp\": \"1678788443\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"0e79f2c7-2f7f-414e-8fba-d778dbf8c0ff"},{"name":"Send Contact","id":"767f0910-e457-4ab9-b491-2040e0efdbe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"contact","value":"9665xxxxxxxx","description":"<p>Contact phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"name","value":"Contact Name","description":"<p>Contact Name</p>\n","type":"text"},{"key":"description","value":"Contact Information","description":"<p>Contact Information</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/send/contact","urlObject":{"path":["send","contact"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"1875fabb-8180-4eff-b8e4-377e42577cda","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx"},{"key":"contact","value":"9665xxxxxxxx","type":"text","description":"Contact phone number in the international format, e.g., 9665xxxxxxxx"},{"key":"name","value":"Contact Name","type":"text","description":"Contact Name"},{"key":"description","value":"Contact Information","type":"text","description":"Contact Information"}]},"url":"https://go-wloop.net/api/v1/send/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:35:54 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=YoMUpanAivT2mKkE3cEVX66PajiXrOJz6jSQPnDT; expires=Tue, 14 Mar 2023 12:35:54 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE5586BD32FCDBC\"\n        },\n        \"message\": {\n            \"contactMessage\": {\n                \"displayName\": \"Contact Name\",\n                \"vcard\": \"BEGIN:VCARD\\nVERSION:3.0\\nN:;Contact Name;;;\\nFN:Contact Name\\nX-WA-BIZ-NAME:Contact Name\\nX-WA-BIZ-DESCRIPTION:Contact Information\\nTEL;type=CELL;type=VOICE;waid=9665xxxxxxxx:+9665xxxxxxxx\\nEND:VCARD\"\n            }\n        },\n        \"messageTimestamp\": \"1678790154\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"767f0910-e457-4ab9-b491-2040e0efdbe4"}],"id":"957b66d0-ba61-4556-af1b-e4f3ee9ec32e","event":[{"listen":"prerequest","script":{"id":"3701bf29-b45b-40ea-bfe0-e2eb10856c4e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"336e50ee-e884-4315-b47f-82e1eeb694f1","type":"text/javascript","exec":[""]}}],"_postman_id":"957b66d0-ba61-4556-af1b-e4f3ee9ec32e","description":"","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}},{"name":"Buttons Messages","item":[{"name":"Send Buttons Message","id":"8e155d65-7847-4471-9e70-f72f95abcb1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"title","value":"Message Title","description":"<p>Message Title</p>\n","type":"text"},{"key":"body","value":"Message Body","description":"<p>Message Body</p>\n","type":"text"},{"key":"footer","value":"Message Footer","description":"<p>Message Footer</p>\n","type":"text"},{"key":"buttons[0][id]","value":"1","description":"<p>1st Button ID</p>\n","type":"text"},{"key":"buttons[0][title]","value":"1st Button","description":"<p>1st Button Title</p>\n","type":"text"},{"key":"buttons[1][id]","value":"2","description":"<p>2nd Button ID</p>\n","type":"text"},{"key":"buttons[1][title]","value":"2nd Button","description":"<p>2nd Button Title</p>\n","type":"text"},{"key":"buttons[2][id]","value":"3","description":"<p>3rd Button ID</p>\n","type":"text"},{"key":"buttons[2][title]","value":"3rd Button","description":"<p>3rd Button Title</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/button","urlObject":{"path":["button"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"5635e959-7524-4b99-9356-b50dd3823a1f","name":"Send Buttons Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"title","value":"Message Title","description":"Message Title","type":"text"},{"key":"body","value":"Message Body","description":"Message Body","type":"text"},{"key":"footer","value":"Message Footer","description":"Message Footer","type":"text"},{"key":"buttons[0][id]","value":"1","description":"1st Button ID","type":"text"},{"key":"buttons[0][title]","value":"1st Button","description":"1st Button Title","type":"text"},{"key":"buttons[1][id]","value":"2","description":"2nd Button ID","type":"text"},{"key":"buttons[1][title]","value":"2nd Button","description":"2nd Button Title","type":"text"},{"key":"buttons[2][id]","value":"3","description":"3rd Button ID","type":"text"},{"key":"buttons[2][title]","value":"3rd Button","description":"3rd Button Title","type":"text"}]},"url":"https://go-wloop.net/api/v1/button"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 11:36:23 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=l2vqNrABWca3JgnJIkNcH6C3aIryWI3QIsy1jlnk; expires=Wed, 15 Mar 2023 13:36:23 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE590E6B64511CB\"\n        },\n        \"message\": {\n            \"buttonsMessage\": {\n                \"contentText\": \"Message Title\\r\\n \\r\\nMessage Body\",\n                \"footerText\": \"Message Footer\",\n                \"buttons\": [\n                    {\n                        \"buttonId\": \"id1\",\n                        \"buttonText\": {\n                            \"displayText\": \"1st Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    },\n                    {\n                        \"buttonId\": \"id2\",\n                        \"buttonText\": {\n                            \"displayText\": \"2nd Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    },\n                    {\n                        \"buttonId\": \"id3\",\n                        \"buttonText\": {\n                            \"displayText\": \"3rd Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    }\n                ],\n                \"headerType\": \"EMPTY\"\n            }\n        },\n        \"messageTimestamp\": \"1678880183\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"8e155d65-7847-4471-9e70-f72f95abcb1c"},{"name":"Send Buttons With Image Message","id":"27abdb3c-730f-4740-a6e5-413a7374ea41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n"},{"key":"image","value":"https://whatsloop.net/B2CDAD6B4993C.png","type":"text","description":"<p>Message image</p>\n"},{"key":"caption","value":"Message Body","type":"text","description":"<p>Message Body</p>\n"},{"key":"footer","value":"Message Footer","type":"text","description":"<p>Message Footer</p>\n"},{"key":"buttons[0][id]","value":"1","type":"text","description":"<p>1st Button ID</p>\n"},{"key":"buttons[0][title]","value":"1st Button","type":"text","description":"<p>1st Button Title</p>\n"},{"key":"buttons[1][id]","value":"2","type":"text","description":"<p>2nd Button ID</p>\n"},{"key":"buttons[1][title]","value":"2nd Button","type":"text","description":"<p>2nd Button Title</p>\n"},{"key":"buttons[2][id]","value":"3","type":"text","description":"<p>3rd Button ID</p>\n"},{"key":"buttons[2][title]","value":"3rd Button","type":"text","description":"<p>3rd Button Title</p>\n"}]},"url":"https://go-wloop.net/api/v1/button/image","urlObject":{"path":["button","image"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"fb737417-f35e-4faf-b1eb-33a31e3f463c","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx"},{"key":"image","value":"https://whatsloop.net/B2CDAD6B4993C.png","type":"text","description":"Message image"},{"key":"caption","value":"Message Body","type":"text","description":"Message Body"},{"key":"footer","value":"Message Footer","type":"text","description":"Message Footer"},{"key":"buttons[0][id]","value":"1","type":"text","description":"1st Button ID"},{"key":"buttons[0][title]","value":"1st Button","type":"text","description":"1st Button Title"},{"key":"buttons[1][id]","value":"2","type":"text","description":"2nd Button ID"},{"key":"buttons[1][title]","value":"2nd Button","type":"text","description":"2nd Button Title"},{"key":"buttons[2][id]","value":"3","type":"text","description":"3rd Button ID"},{"key":"buttons[2][title]","value":"3rd Button","type":"text","description":"3rd Button Title"}]},"url":"https://go-wloop.net/api/v1/button/image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 11:44:01 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=l2vqNrABWca3JgnJIkNcH6C3aIryWI3QIsy1jlnk; expires=Wed, 15 Mar 2023 13:44:01 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE573F38769CEC9\"\n        },\n        \"message\": {\n            \"buttonsMessage\": {\n                \"imageMessage\": {\n                    \"url\": \"https://mmg.whatsapp.net/v/t62.7118-24/48749489_882682016171330_2137549272200029225_n.enc?ccb=11-4&oh=01_AdTizcDfka1gCsijtBbgA8h4vsXcs_EU6l99S6SSMdUaxA&oe=643916D2&mms3=true\",\n                    \"mimetype\": \"image/jpeg\",\n                    \"caption\": \"Message Body\",\n                    \"fileSha256\": \"1KWN9UbCU5lGfghbnX4q6xAtzQbieXChwY1lHEVXIPw=\",\n                    \"fileLength\": \"7233\",\n                    \"height\": 256,\n                    \"width\": 256,\n                    \"mediaKey\": \"H/ABXGV9wQUWLecNetV7ZU+Dt0v0anOEriHMB35yi5o=\",\n                    \"fileEncSha256\": \"pVV101v4ibRYK4uEW0gtbxiuI7dJ6s2uoD3NGy6E3rs=\",\n                    \"directPath\": \"/v/t62.7118-24/40713489_897482016171330_2137549272200029225_n.enc?ccb=11-4&oh=01_AdTizcDfka1gCsijtBbgA8h4vsXcs_EU6l99S6SSMdUaxA&oe=643916D2\",\n                    \"mediaKeyTimestamp\": \"1678880640\",\n                    \"jpegThumbnail\": \"/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wAARCAAgACADASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAMEAgf/xAAjEAABBAEEAQUAAAAAAAAAAAABAAIDEQQFEitxESJRYXGh/8QAFgEBAQEAAAAAAAAAAAAAAAAAAQIA/8QAGhEAAgMBAQAAAAAAAAAAAAAAABEBAhIhA//aAAwDAQACEQMRAD8A6AhLnmjx4XSyu2sYLJq6WjNRwZPTP0LNscK/FjF6FAdYwzG58T3S7SAQxpvnrv6VOLkNyYRI1r2gmqeKKVKZG66y+jXCxVkfISRjgNrySnnsv5T0ILEnHYd9lx31fK1FEIgQ0kg+6YhRPnWbbXRcpH//2Q==\"\n                },\n                \"contentText\": \"Message Body\",\n                \"footerText\": \"Message Footer\",\n                \"buttons\": [\n                    {\n                        \"buttonId\": \"id1\",\n                        \"buttonText\": {\n                            \"displayText\": \"1st Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    },\n                    {\n                        \"buttonId\": \"id2\",\n                        \"buttonText\": {\n                            \"displayText\": \"2nd Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    },\n                    {\n                        \"buttonId\": \"id3\",\n                        \"buttonText\": {\n                            \"displayText\": \"3rd Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    }\n                ],\n                \"headerType\": \"IMAGE\"\n            }\n        },\n        \"messageTimestamp\": \"1678880640\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"27abdb3c-730f-4740-a6e5-413a7374ea41"},{"name":"Send Buttons With Video Message","id":"7c9d1cff-ee26-4619-a889-03799905aa22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n"},{"key":"video","value":"https://whatsloop.net/B2CDAD6B4993C.mp4","type":"text","description":"<p>Message video</p>\n"},{"key":"caption","value":"Message Body","type":"text","description":"<p>Message Body</p>\n"},{"key":"footer","value":"Message Footer","type":"text","description":"<p>Message Footer</p>\n"},{"key":"buttons[0][id]","value":"1","type":"text","description":"<p>1st Button ID</p>\n"},{"key":"buttons[0][title]","value":"1st Button","type":"text","description":"<p>1st Button Title</p>\n"},{"key":"buttons[1][id]","value":"2","type":"text","description":"<p>2nd Button ID</p>\n"},{"key":"buttons[1][title]","value":"2nd Button","type":"text","description":"<p>2nd Button Title</p>\n"},{"key":"buttons[2][id]","value":"3","type":"text","description":"<p>3rd Button ID</p>\n"},{"key":"buttons[2][title]","value":"3rd Button","type":"text","description":"<p>3rd Button Title</p>\n"}]},"url":"https://go-wloop.net/api/v1/button/video","urlObject":{"path":["button","video"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"716fb8db-1d45-4244-a4d6-e5b60d2ea596","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx"},{"key":"video","value":"https://whatsloop.net/B2CDAD6B4993C.mp4","type":"text","description":"Message video"},{"key":"caption","value":"Message Body","type":"text","description":"Message Body"},{"key":"footer","value":"Message Footer","type":"text","description":"Message Footer"},{"key":"buttons[0][id]","value":"1","type":"text","description":"1st Button ID"},{"key":"buttons[0][title]","value":"1st Button","type":"text","description":"1st Button Title"},{"key":"buttons[1][id]","value":"2","type":"text","description":"2nd Button ID"},{"key":"buttons[1][title]","value":"2nd Button","type":"text","description":"2nd Button Title"},{"key":"buttons[2][id]","value":"3","type":"text","description":"3rd Button ID"},{"key":"buttons[2][title]","value":"3rd Button","type":"text","description":"3rd Button Title"}]},"url":"https://go-wloop.net/api/v1/button/video"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 11:46:47 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=l2vqNrABWca3JgnJIkNcH6C3aIryWI3QIsy1jlnk; expires=Wed, 15 Mar 2023 13:46:47 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE506DD4D4E5790\"\n        },\n        \"message\": {\n            \"buttonsMessage\": {\n                \"videoMessage\": {\n                    \"url\": \"https://mmg.whatsapp.net/v/t62.7161-24/29930055_566315232141177_6695015117704171720_n.enc?ccb=11-4&oh=01_TRoPr5qS4CJUq9Wocsgwq83b8AATeyFlwmTyjIaPOw8H6Q&oe=64391613&mms3=true\",\n                    \"mimetype\": \"video/mp4\",\n                    \"fileSha256\": \"Kzq5v3xm39qoXXeRpdOUwVn4ojmHA9LvzS5q3ZqzQhg=\",\n                    \"fileLength\": \"9264139\",\n                    \"mediaKey\": \"QudT1SyqkXcef5mJwV7E5bUQSQywgL5nwenC4Y8rzVo=\",\n                    \"caption\": \"Message Body\",\n                    \"fileEncSha256\": \"aTpA1j6eKno0oTMmiDdWcgQ1vEvb3UamM6xUmLqJ+QA=\",\n                    \"directPath\": \"/v/t62.7161-24/97930055_566315574141177_6695015117704171720_n.enc?ccb=11-4&oh=01_AdTPr5qS4CJUq9Wocsgwq83b8AATeyFlwmTyjIaPOw8H6Q&oe=64391613\",\n                    \"mediaKeyTimestamp\": \"1678880806\"\n                },\n                \"contentText\": \"Message Body\",\n                \"footerText\": \"Message Footer\",\n                \"buttons\": [\n                    {\n                        \"buttonId\": \"id1\",\n                        \"buttonText\": {\n                            \"displayText\": \"1st Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    },\n                    {\n                        \"buttonId\": \"id2\",\n                        \"buttonText\": {\n                            \"displayText\": \"2nd Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    },\n                    {\n                        \"buttonId\": \"id3\",\n                        \"buttonText\": {\n                            \"displayText\": \"3rd Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    }\n                ],\n                \"headerType\": \"VIDEO\"\n            }\n        },\n        \"messageTimestamp\": \"1678880806\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"7c9d1cff-ee26-4619-a889-03799905aa22"},{"name":"Send Buttons With Location Message","id":"67357867-7871-4755-8f90-4fc0f62ced50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n"},{"key":"lat","value":"21.5361598","type":"text","description":"<p>Latitude value</p>\n"},{"key":"lng","value":"39.1728653","type":"text","description":"<p>Latitude value</p>\n"},{"key":"caption","value":"Message Body","type":"text","description":"<p>Message Body</p>\n"},{"key":"footer","value":"Message Footer","type":"text","description":"<p>Message Footer</p>\n"},{"key":"buttons[0][id]","value":"1","type":"text","description":"<p>1st Button ID</p>\n"},{"key":"buttons[0][title]","value":"1st Button","type":"text","description":"<p>1st Button Title</p>\n"},{"key":"buttons[1][id]","value":"2","type":"text","description":"<p>2nd Button ID</p>\n"},{"key":"buttons[1][title]","value":"2nd Button","type":"text","description":"<p>2nd Button Title</p>\n"},{"key":"buttons[2][id]","value":"3","type":"text","description":"<p>3rd Button ID</p>\n"},{"key":"buttons[2][title]","value":"3rd Button","type":"text","description":"<p>3rd Button Title</p>\n"}]},"url":"https://go-wloop.net/api/v1/button/location","urlObject":{"path":["button","location"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"9de6f76b-004d-426e-b5d9-1018a54bef3e","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx"},{"key":"lat","value":"21.5361598","type":"text","description":"Latitude value"},{"key":"lng","value":"39.1728653","type":"text","description":"Latitude value"},{"key":"caption","value":"Message Body","type":"text","description":"Message Body"},{"key":"footer","value":"Message Footer","type":"text","description":"Message Footer"},{"key":"buttons[0][id]","value":"1","type":"text","description":"1st Button ID"},{"key":"buttons[0][title]","value":"1st Button","type":"text","description":"1st Button Title"},{"key":"buttons[1][id]","value":"2","type":"text","description":"2nd Button ID"},{"key":"buttons[1][title]","value":"2nd Button","type":"text","description":"2nd Button Title"},{"key":"buttons[2][id]","value":"3","type":"text","description":"3rd Button ID"},{"key":"buttons[2][title]","value":"3rd Button","type":"text","description":"3rd Button Title"}]},"url":"https://go-wloop.net/api/v1/button/location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 13:22:11 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=l2vqNrABWca3JgnJIkNcH6C3aIryWI3QIsy1jlnk; expires=Wed, 15 Mar 2023 15:22:11 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE5535215A691F2\"\n        },\n        \"message\": {\n            \"buttonsMessage\": {\n                \"locationMessage\": {\n                    \"degreesLatitude\": 21.53615980000000007521521183662116527557373046875,\n                    \"degreesLongitude\": 39.1728652999999980011125444434583187103271484375\n                },\n                \"contentText\": \"Message Body\",\n                \"footerText\": \"Message Footer\",\n                \"buttons\": [\n                    {\n                        \"buttonId\": \"id1\",\n                        \"buttonText\": {\n                            \"displayText\": \"1st Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    },\n                    {\n                        \"buttonId\": \"id2\",\n                        \"buttonText\": {\n                            \"displayText\": \"2nd Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    },\n                    {\n                        \"buttonId\": \"id3\",\n                        \"buttonText\": {\n                            \"displayText\": \"3rd Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    }\n                ],\n                \"headerType\": \"LOCATION\"\n            }\n        },\n        \"messageTimestamp\": \"1678886530\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"67357867-7871-4755-8f90-4fc0f62ced50"},{"name":"Send Buttons With Document Message","id":"13f3cf7e-11b7-4462-a9b3-74a090f7e374","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n"},{"key":"document","value":"https://whatsloop.net/B2CDAD6B4993C.pdf","type":"text","description":"<p>Message document</p>\n"},{"key":"caption","value":"Message Body","type":"text","description":"<p>Message Body</p>\n"},{"key":"footer","value":"Message Footer","type":"text","description":"<p>Message Footer</p>\n"},{"key":"buttons[0][id]","value":"1","type":"text","description":"<p>1st Button ID</p>\n"},{"key":"buttons[0][title]","value":"1st Button","type":"text","description":"<p>1st Button Title</p>\n"},{"key":"buttons[1][id]","value":"2","type":"text","description":"<p>2nd Button ID</p>\n"},{"key":"buttons[1][title]","value":"2nd Button","type":"text","description":"<p>2nd Button Title</p>\n"},{"key":"buttons[2][id]","value":"3","type":"text","description":"<p>3rd Button ID</p>\n"},{"key":"buttons[2][title]","value":"3rd Button","type":"text","description":"<p>3rd Button Title</p>\n"}]},"url":"https://go-wloop.net/api/v1/button/document","urlObject":{"path":["button","document"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"12be268d-7284-452d-99a6-9f56deae70d5","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx"},{"key":"document","value":"https://whatsloop.net/B2CDAD6B4993C.pdf","type":"text","description":"Message document"},{"key":"caption","value":"Message Body","type":"text","description":"Message Body"},{"key":"footer","value":"Message Footer","type":"text","description":"Message Footer"},{"key":"buttons[0][id]","value":"1","type":"text","description":"1st Button ID"},{"key":"buttons[0][title]","value":"1st Button","type":"text","description":"1st Button Title"},{"key":"buttons[1][id]","value":"2","type":"text","description":"2nd Button ID"},{"key":"buttons[1][title]","value":"2nd Button","type":"text","description":"2nd Button Title"},{"key":"buttons[2][id]","value":"3","type":"text","description":"3rd Button ID"},{"key":"buttons[2][title]","value":"3rd Button","type":"text","description":"3rd Button Title"}]},"url":"https://go-wloop.net/api/v1/button/document"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 12:02:55 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=l2vqNrABWca3JgnJIkNcH6C3aIryWI3QIsy1jlnk; expires=Wed, 15 Mar 2023 14:02:55 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE533429D3C8350\"\n        },\n        \"message\": {\n            \"buttonsMessage\": {\n                \"documentMessage\": {\n                    \"url\": \"https://mmg.whatsapp.net/v/t62.7119-24/11280043_756185955796956_7300708952427202173_n.enc?ccb=11-4&oh=01_AdTCv8ONSXfIZGthu9JLfFRRr57jrXdGSljQyG-kCCc8TQ&oe=64393F78&mms3=true\",\n                    \"mimetype\": \"application/pdf\",\n                    \"fileSha256\": \"MSe7SGCN9R9sfdrZOigL73I4tBBRM73R01S1X+F+/bU=\",\n                    \"fileLength\": \"21087\",\n                    \"mediaKey\": \"0yn8NPWDhVS8ozW3QOieGaop5UGFerFPeYtVAjcja3k=\",\n                    \"fileName\": \"4ASkMmMznKIKqOD7Bg1rEoV8FaS1IIZLEkrD8KM7.pdf\",\n                    \"fileEncSha256\": \"uaDLUB/jmnGyUPWiCo4PuvfRQkVz3EserBkD6fXfSzwc=\",\n                    \"directPath\": \"/v/t62.7119-24/114530043_756185955796956_7300708952427202173_n.enc?ccb=11-4&oh=01_AdTCv8ONSXfIZGthu9JLfFRRr57jrXdGSljQyG-kCCc8TQ&oe=64393F78\",\n                    \"mediaKeyTimestamp\": \"1678881775\",\n                    \"caption\": \"Message Body\"\n                },\n                \"contentText\": \"Message Body\",\n                \"footerText\": \"Message Footer\",\n                \"buttons\": [\n                    {\n                        \"buttonId\": \"id1\",\n                        \"buttonText\": {\n                            \"displayText\": \"1st Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    },\n                    {\n                        \"buttonId\": \"id2\",\n                        \"buttonText\": {\n                            \"displayText\": \"2nd Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    },\n                    {\n                        \"buttonId\": \"id3\",\n                        \"buttonText\": {\n                            \"displayText\": \"3rd Button\"\n                        },\n                        \"type\": \"RESPONSE\"\n                    }\n                ],\n                \"headerType\": \"DOCUMENT\"\n            }\n        },\n        \"messageTimestamp\": \"1678881775\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"13f3cf7e-11b7-4462-a9b3-74a090f7e374"}],"id":"a0d136d5-3ac2-46cb-a4ee-8f98d7d70fba","_postman_id":"a0d136d5-3ac2-46cb-a4ee-8f98d7d70fba","description":"","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}},{"name":"Buttons Templates Messages","item":[{"name":"Send Buttons Template Message","id":"b56ae204-83d4-464b-bca6-1afaf0713196","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"title","value":"Message Title","description":"<p>Message Title</p>\n","type":"text"},{"key":"body","value":"Message Body","description":"<p>Message Body</p>\n","type":"text"},{"key":"footer","value":"Message Footer","description":"<p>Message Footer</p>\n","type":"text"},{"key":"buttons[0][id]","value":"1","type":"text","description":"<p>1st Button ID</p>\n"},{"key":"buttons[0][title]","value":"1st Button Title","type":"text","description":"<p>1st Button Title</p>\n"},{"key":"buttons[0][type]","value":"1","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n","type":"text"},{"key":"buttons[0][extra_data]","value":"https://example.net","description":"<p>Write the proper data according to your button type</p>\n","type":"text"},{"key":"buttons[1][id]","value":"2","type":"text","description":"<p>2nd Button ID</p>\n"},{"key":"buttons[1][title]","value":"2nd Button Title","type":"text","description":"<p>2nd Button Title</p>\n"},{"key":"buttons[1][type]","value":"2","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[1][extra_data]","value":"+9665xxxxxxxx","type":"text","description":"<p>Write the proper data according to your button type</p>\n"},{"key":"buttons[2][id]","value":"3","type":"text","description":"<p>3rd Button ID</p>\n"},{"key":"buttons[2][title]","value":"3rd Button Title","type":"text","description":"<p>3rd Button Title</p>\n"},{"key":"buttons[2][type]","value":"3","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[2][extra_data]","value":"id-like-buttons-message","type":"text","description":"<p>Write the proper data according to your button type</p>\n"}]},"url":"https://go-wloop.net/api/v1/button/template","urlObject":{"path":["button","template"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"164c7a9e-35f5-4a36-9309-ff442b69af39","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"title","value":"Message Title","description":"Message Title","type":"text"},{"key":"body","value":"Message Body","description":"Message Body","type":"text"},{"key":"footer","value":"Message Footer","description":"Message Footer","type":"text"},{"key":"buttons[0][id]","value":"1","type":"text","description":"1st Button ID"},{"key":"buttons[0][title]","value":"1st Button Title","type":"text","description":"1st Button Title"},{"key":"buttons[0][type]","value":"1","description":"Write 1 for Link ,2 for Phone Number or 3 for Button","type":"text"},{"key":"buttons[0][extra_data]","value":"https://example.net","description":"Write the proper data according to your button type","type":"text"},{"key":"buttons[1][id]","value":"2","type":"text","description":"2nd Button ID"},{"key":"buttons[1][title]","value":"2nd Button Title","type":"text","description":"2nd Button Title"},{"key":"buttons[1][type]","value":"2","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[1][extra_data]","value":"+9665xxxxxxxx","type":"text","description":"Write the proper data according to your button type"},{"key":"buttons[2][id]","value":"3","type":"text","description":"3rd Button ID"},{"key":"buttons[2][title]","value":"3rd Button Title","type":"text","description":"3rd Button Title"},{"key":"buttons[2][type]","value":"3","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[2][extra_data]","value":"id-like-buttons-message","type":"text","description":"Write the proper data according to your button type"}]},"url":"https://go-wloop.net/api/v1/button/template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 12:25:15 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=l2vqNrABWca3JgnJIkNcH6C3aIryWI3QIsy1jlnk; expires=Wed, 15 Mar 2023 14:25:15 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE5ACD378E9BFE5\"\n        },\n        \"message\": {\n            \"viewOnceMessage\": {\n                \"message\": {\n                    \"templateMessage\": {\n                        \"fourRowTemplate\": [],\n                        \"hydratedTemplate\": {\n                            \"hydratedContentText\": \"Message Title\\r\\n \\r\\nMessage Body\",\n                            \"hydratedFooterText\": \"Message Footer\",\n                            \"hydratedButtons\": [\n                                {\n                                    \"urlButton\": {\n                                        \"displayText\": \"1st Button Title\",\n                                        \"url\": \"https://example.net\"\n                                    },\n                                    \"index\": 1\n                                },\n                                {\n                                    \"callButton\": {\n                                        \"displayText\": \"2nd Button Title\",\n                                        \"phoneNumber\": \"+9665xxxxxxxx\"\n                                    },\n                                    \"index\": 2\n                                },\n                                {\n                                    \"quickReplyButton\": {\n                                        \"displayText\": \"3rd Button Title\",\n                                        \"id\": \"id-like-buttons-message\"\n                                    },\n                                    \"index\": 3\n                                }\n                            ]\n                        }\n                    }\n                }\n            }\n        },\n        \"messageTimestamp\": \"1678883115\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"b56ae204-83d4-464b-bca6-1afaf0713196"},{"name":"Send Buttons Template With Image Message","id":"082dfd5c-4378-4344-a31a-b7ceeb8e7dec","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n"},{"key":"image","value":"https://whatsloop.net/B2CDAD6B4993C.png","type":"text","description":"<p>Message image</p>\n"},{"key":"caption","value":"Message Body","type":"text","description":"<p>Message Body</p>\n"},{"key":"footer","value":"Message Footer","type":"text","description":"<p>Message Footer</p>\n"},{"key":"buttons[0][id]","value":"1","type":"text","description":"<p>1st Button ID</p>\n"},{"key":"buttons[0][title]","value":"1st Button Title","type":"text","description":"<p>1st Button Title</p>\n"},{"key":"buttons[0][type]","value":"1","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[0][extra_data]","value":"https://example.net","type":"text","description":"<p>Write the proper data according to your button type</p>\n"},{"key":"buttons[1][id]","value":"2","type":"text","description":"<p>2nd Button ID</p>\n"},{"key":"buttons[1][title]","value":"2nd Button Title","type":"text","description":"<p>2nd Button Title</p>\n"},{"key":"buttons[1][type]","value":"2","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[1][extra_data]","value":"+9665xxxxxxxx","type":"text","description":"<p>Write the proper data according to your button type</p>\n"},{"key":"buttons[2][id]","value":"3","type":"text","description":"<p>3rd Button ID</p>\n"},{"key":"buttons[2][title]","value":"3rd Button Title","type":"text","description":"<p>3rd Button Title</p>\n"},{"key":"buttons[2][type]","value":"3","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[2][extra_data]","value":"id-like-buttons-message","type":"text","description":"<p>Write the proper data according to your button type</p>\n"}]},"url":"https://go-wloop.net/api/v1/button/image/template","urlObject":{"path":["button","image","template"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"4aff6d65-8919-4f13-8558-8327613fabbb","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx"},{"key":"image","value":"https://whatsloop.net/B2CDAD6B4993C.png","type":"text","description":"Message image"},{"key":"caption","value":"Message Body","type":"text","description":"Message Body"},{"key":"footer","value":"Message Footer","type":"text","description":"Message Footer"},{"key":"buttons[0][id]","value":"1","type":"text","description":"1st Button ID"},{"key":"buttons[0][title]","value":"1st Button Title","type":"text","description":"1st Button Title"},{"key":"buttons[0][type]","value":"1","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[0][extra_data]","value":"https://example.net","type":"text","description":"Write the proper data according to your button type"},{"key":"buttons[1][id]","value":"2","type":"text","description":"2nd Button ID"},{"key":"buttons[1][title]","value":"2nd Button Title","type":"text","description":"2nd Button Title"},{"key":"buttons[1][type]","value":"2","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[1][extra_data]","value":"+9665xxxxxxxx","type":"text","description":"Write the proper data according to your button type"},{"key":"buttons[2][id]","value":"3","type":"text","description":"3rd Button ID"},{"key":"buttons[2][title]","value":"3rd Button Title","type":"text","description":"3rd Button Title"},{"key":"buttons[2][type]","value":"3","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[2][extra_data]","value":"id-like-buttons-message","type":"text","description":"Write the proper data according to your button type"}]},"url":"https://go-wloop.net/api/v1/button/image/template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 13:17:37 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=l2vqNrABWca3JgnJIkNcH6C3aIryWI3QIsy1jlnk; expires=Wed, 15 Mar 2023 15:17:37 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE14FF9CEDB4A50\"\n        },\n        \"message\": {\n            \"templateMessage\": {\n                \"fourRowTemplate\": {\n                    \"imageMessage\": {\n                        \"url\": \"https://mmg.whatsapp.net/v/t62.7118-24/30925892_525462606336372_134186772131842149_n.enc?ccb=11-4&oh=01_AdSWUPuB-jTLOjTIuej5bqL3AhRM5mOpzmXOE_CULaPvjg&oe=64392B08&mms3=true\",\n                        \"mimetype\": \"image/jpeg\",\n                        \"caption\": \"Message Body\",\n                        \"fileSha256\": \"1KWN9UbCU59kdghbnX4q1xAtzQbieXChwY1lHEVXIPw=\",\n                        \"fileLength\": \"7233\",\n                        \"mediaKey\": \"Aum3yb2GtLXGIkrojyckJSlY3M3zz3FI1OtaWw97KXUU=\",\n                        \"fileEncSha256\": \"sxURu+TTioe9wvirD/XcgkjQbUKcn9Nqe/60vzGKR/s=\",\n                        \"directPath\": \"/v/t62.7118-24/30tT05892_525462606336372_134186772131842149_n.enc?ccb=11-4&oh=01_AdSWUPuB-jTLOjggRhj5bqL3AhRM5mOpzmXOE_CULaPvjg&oe=64392B08\",\n                        \"mediaKeyTimestamp\": \"1678886257\"\n                    }\n                },\n                \"hydratedTemplate\": {\n                    \"imageMessage\": {\n                        \"url\": \"https://mmg.whatsapp.net/v/t62.7118-24/30925892_525462606336372_134186772131842149_n.enc?ccb=11-4&oh=01_AdSWUPuB-jTLOjggRhj5bqLDFkoRM5mOpzmXOE_CULaPvjg&oe=64392B08&mms3=true\",\n                        \"mimetype\": \"image/jpeg\",\n                        \"caption\": \"Message Body\",\n                        \"fileSha256\": \"1KWN9UbCU2lGfghbnXREjfAtzQbieXChwY1lHEVXIPw=\",\n                        \"fileLength\": \"7233\",\n                        \"mediaKey\": \"Aum3yb2GtLXv1G0jyckJSlrYt53zz3FI1OtaWw97KXUU=\",\n                        \"fileEncSha256\": \"sxURu+TywIa9wvidecgkjQbUKcn9Nqe/60vzGKR/s=\",\n                        \"directPath\": \"/v/t62.7118-24/30925892_243322606336372_134186772131842149_n.enc?ccb=11-4&oh=01_AdSWUPuB-jTLOjggRhj5bqL3AhRM5mOpzmXOE_CULaPvjg&oe=64392B08\",\n                        \"mediaKeyTimestamp\": \"1678886257\"\n                    },\n                    \"hydratedContentText\": \"Message Body\",\n                    \"hydratedFooterText\": \"Message Footer\",\n                    \"hydratedButtons\": [\n                        {\n                            \"urlButton\": {\n                                \"displayText\": \"1st Button Title\",\n                                \"url\": \"https://example.net\"\n                            },\n                            \"index\": 1\n                        },\n                        {\n                            \"callButton\": {\n                                \"displayText\": \"2nd Button Title\",\n                                \"phoneNumber\": \"+9665xxxxxxxx\"\n                            },\n                            \"index\": 2\n                        },\n                        {\n                            \"quickReplyButton\": {\n                                \"displayText\": \"3rd Button Title\",\n                                \"id\": \"id-like-buttons-message\"\n                            },\n                            \"index\": 3\n                        }\n                    ]\n                }\n            }\n        },\n        \"messageTimestamp\": \"1678886257\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"082dfd5c-4378-4344-a31a-b7ceeb8e7dec"},{"name":"Send Buttons Template With Video Message","id":"9e52c2f5-4940-461a-a748-5c95d629042a","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n"},{"key":"video","value":"https://whatsloop.net/B2CDAD6B4993C.mp4","type":"text","description":"<p>Message video</p>\n"},{"key":"caption","value":"Message Body","type":"text","description":"<p>Message Body</p>\n"},{"key":"footer","value":"Message Footer","type":"text","description":"<p>Message Footer</p>\n"},{"key":"buttons[0][id]","value":"1","type":"text","description":"<p>1st Button ID</p>\n"},{"key":"buttons[0][title]","value":"1st Button Title","type":"text","description":"<p>1st Button Title</p>\n"},{"key":"buttons[0][type]","value":"1","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[0][extra_data]","value":"https://example.net","type":"text","description":"<p>Write the proper data according to your button type</p>\n"},{"key":"buttons[1][id]","value":"2","type":"text","description":"<p>2nd Button ID</p>\n"},{"key":"buttons[1][title]","value":"2nd Button Title","type":"text","description":"<p>2nd Button Title</p>\n"},{"key":"buttons[1][type]","value":"2","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[1][extra_data]","value":"+9665xxxxxxxx","type":"text","description":"<p>Write the proper data according to your button type</p>\n"},{"key":"buttons[2][id]","value":"3","type":"text","description":"<p>3rd Button ID</p>\n"},{"key":"buttons[2][title]","value":"3rd Button Title","type":"text","description":"<p>3rd Button Title</p>\n"},{"key":"buttons[2][type]","value":"3","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[2][extra_data]","value":"id-like-buttons-message","type":"text","description":"<p>Write the proper data according to your button type</p>\n"}]},"url":"https://go-wloop.net/api/v1/button/video/template","urlObject":{"path":["button","video","template"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"881b3bf6-dcf3-4df0-a544-a6831b57aec1","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx"},{"key":"video","value":"https://whatsloop.net/B2CDAD6B4993C.mp4","type":"text","description":"Message video"},{"key":"caption","value":"Message Body","type":"text","description":"Message Body"},{"key":"footer","value":"Message Footer","type":"text","description":"Message Footer"},{"key":"buttons[0][id]","value":"1","type":"text","description":"1st Button ID"},{"key":"buttons[0][title]","value":"1st Button Title","type":"text","description":"1st Button Title"},{"key":"buttons[0][type]","value":"1","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[0][extra_data]","value":"https://example.net","type":"text","description":"Write the proper data according to your button type"},{"key":"buttons[1][id]","value":"2","type":"text","description":"2nd Button ID"},{"key":"buttons[1][title]","value":"2nd Button Title","type":"text","description":"2nd Button Title"},{"key":"buttons[1][type]","value":"2","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[1][extra_data]","value":"+9665xxxxxxxx","type":"text","description":"Write the proper data according to your button type"},{"key":"buttons[2][id]","value":"3","type":"text","description":"3rd Button ID"},{"key":"buttons[2][title]","value":"3rd Button Title","type":"text","description":"3rd Button Title"},{"key":"buttons[2][type]","value":"3","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[2][extra_data]","value":"id-like-buttons-message","type":"text","description":"Write the proper data according to your button type"}]},"url":"https://go-wloop.net/api/v1/button/video/template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 13:20:01 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=l2vqNrABWca3JgnJIkNcH6C3aIryWI3QIsy1jlnk; expires=Wed, 15 Mar 2023 15:20:01 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE53CA5F7R501D4\"\n        },\n        \"message\": {\n            \"templateMessage\": {\n                \"fourRowTemplate\": {\n                    \"videoMessage\": {\n                        \"url\": \"https://mmg.whatsapp.net/v/t62.7161-24/21428524_732513185330596_4868205563724506207_n.enc?ccb=11-4&oh=01_AgfedjoeyAdK-iTR0v2GOsTBCAORbwULper-t-FTwGRWzaQ&oe=64394032&mms3=true\",\n                        \"mimetype\": \"video/mp4\",\n                        \"fileSha256\": \"Kzqrefgf39qoXXeRpdBjFVn4ojmHA9LvzS5q3ZqzQhg=\",\n                        \"fileLength\": \"9264139\",\n                        \"mediaKey\": \"nBviY0iOAhtMdhqMyZMqdvzEfFe49U0rVMIL0oBs92I=\",\n                        \"caption\": \"Message Body\",\n                        \"fileEncSha256\": \"uXDCMktRRytUS29R5D/3Kb4qXxhng3vTtsK+syDgEtLSqQ=\",\n                        \"directPath\": \"/v/t62.7161-24/656328524_732513185330596_4868205563724506207_n.enc?ccb=11-4&oh=01_AdT5FNeyAdK-iTR0v2GOsTBCAORbwULper-t-FTwGRWzaQ&oe=64394032\",\n                        \"mediaKeyTimestamp\": \"1678886400\"\n                    }\n                },\n                \"hydratedTemplate\": {\n                    \"videoMessage\": {\n                        \"url\": \"https://mmg.whatsapp.net/v/t62.7161-24/21428524_732513185330596_4868205563724506207_n.enc?ccb=11-4&oh=01_AdT5FNeyAdK-iTR0v2GOsTBRGR5ULper-t-FTwGRWzaQ&oe=64394032&mms3=true\",\n                        \"mimetype\": \"video/mp4\",\n                        \"fileSha256\": \"Kzq5v3xm39qoXXeRDF4Trn4ojmHA9LvzS5q3ZqzQhg=\",\n                        \"fileLength\": \"9264139\",\n                        \"mediaKey\": \"nBviY0iOAhtMdhqMrteyrEfFe49U0rVMIL0oBs92I=\",\n                        \"caption\": \"Message Body\",\n                        \"fileEncSha256\": \"uXDCMKZuUSRTDGFD/3Kb4qXxhng3vTtsK+syDgEtLSqQ=\",\n                        \"directPath\": \"/v/t62.7161-24/21446334_732513185330596_4868205563724506207_n.enc?ccb=11-4&oh=01_AdT5FNeyAdK-iTR0v2GOsTBCAORbwULper-t-FTwGRWzaQ&oe=64394032\",\n                        \"mediaKeyTimestamp\": \"1678886400\"\n                    },\n                    \"hydratedContentText\": \"Message Body\",\n                    \"hydratedFooterText\": \"Message Footer\",\n                    \"hydratedButtons\": [\n                        {\n                            \"urlButton\": {\n                                \"displayText\": \"1st Button Title\",\n                                \"url\": \"https://example.net\"\n                            },\n                            \"index\": 1\n                        },\n                        {\n                            \"callButton\": {\n                                \"displayText\": \"2nd Button Title\",\n                                \"phoneNumber\": \"+9665xxxxxxxx\"\n                            },\n                            \"index\": 2\n                        },\n                        {\n                            \"quickReplyButton\": {\n                                \"displayText\": \"3rd Button Title\",\n                                \"id\": \"id-like-buttons-message\"\n                            },\n                            \"index\": 3\n                        }\n                    ]\n                }\n            }\n        },\n        \"messageTimestamp\": \"1678886400\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"9e52c2f5-4940-461a-a748-5c95d629042a"},{"name":"Send Buttons Template With Location Message","id":"a5827203-6cec-4300-81d0-f2478645ef93","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n"},{"key":"lat","value":"21.5361598","type":"text","description":"<p>Latitude value</p>\n"},{"key":"lng","value":"39.1728653","type":"text","description":"<p>Latitude value</p>\n"},{"key":"caption","value":"Message Body","type":"text","description":"<p>Message Body</p>\n"},{"key":"footer","value":"Message Footer","type":"text","description":"<p>Message Footer</p>\n"},{"key":"buttons[0][id]","value":"1","type":"text","description":"<p>1st Button ID</p>\n"},{"key":"buttons[0][title]","value":"1st Button Title","type":"text","description":"<p>1st Button Title</p>\n"},{"key":"buttons[0][type]","value":"1","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[0][extra_data]","value":"https://example.net","type":"text","description":"<p>Write the proper data according to your button type</p>\n"},{"key":"buttons[1][id]","value":"2","type":"text","description":"<p>2nd Button ID</p>\n"},{"key":"buttons[1][title]","value":"2nd Button Title","type":"text","description":"<p>2nd Button Title</p>\n"},{"key":"buttons[1][type]","value":"2","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[1][extra_data]","value":"+9665xxxxxxxx","type":"text","description":"<p>Write the proper data according to your button type</p>\n"},{"key":"buttons[2][id]","value":"3","type":"text","description":"<p>3rd Button ID</p>\n"},{"key":"buttons[2][title]","value":"3rd Button Title","type":"text","description":"<p>3rd Button Title</p>\n"},{"key":"buttons[2][type]","value":"3","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[2][extra_data]","value":"id-like-buttons-message","type":"text","description":"<p>Write the proper data according to your button type</p>\n"}]},"url":"https://go-wloop.net/api/v1/button/location/template","urlObject":{"path":["button","location","template"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f5f3ff6a-0d6e-427c-8469-7c13bd0be945","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx"},{"key":"lat","value":"21.5361598","type":"text","description":"Latitude value"},{"key":"lng","value":"39.1728653","type":"text","description":"Latitude value"},{"key":"caption","value":"Message Body","type":"text","description":"Message Body"},{"key":"footer","value":"Message Footer","type":"text","description":"Message Footer"},{"key":"buttons[0][id]","value":"1","type":"text","description":"1st Button ID"},{"key":"buttons[0][title]","value":"1st Button Title","type":"text","description":"1st Button Title"},{"key":"buttons[0][type]","value":"1","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[0][extra_data]","value":"https://example.net","type":"text","description":"Write the proper data according to your button type"},{"key":"buttons[1][id]","value":"2","type":"text","description":"2nd Button ID"},{"key":"buttons[1][title]","value":"2nd Button Title","type":"text","description":"2nd Button Title"},{"key":"buttons[1][type]","value":"2","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[1][extra_data]","value":"+9665xxxxxxxx","type":"text","description":"Write the proper data according to your button type"},{"key":"buttons[2][id]","value":"3","type":"text","description":"3rd Button ID"},{"key":"buttons[2][title]","value":"3rd Button Title","type":"text","description":"3rd Button Title"},{"key":"buttons[2][type]","value":"3","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[2][extra_data]","value":"id-like-buttons-message","type":"text","description":"Write the proper data according to your button type"}]},"url":"https://go-wloop.net/api/v1/button/location/template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 13:24:05 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=l2vqNrABWca3JgnJIkNcH6C3aIryWI3QIsy1jlnk; expires=Wed, 15 Mar 2023 15:24:05 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE55450DD0FE165\"\n        },\n        \"message\": {\n            \"templateMessage\": {\n                \"fourRowTemplate\": {\n                    \"locationMessage\": {\n                        \"degreesLatitude\": 21.53615980000000007521521183662116527557373046875,\n                        \"degreesLongitude\": 39.1728652999999980011125444434583187103271484375\n                    }\n                },\n                \"hydratedTemplate\": {\n                    \"locationMessage\": {\n                        \"degreesLatitude\": 21.53615980000000007521521183662116527557373046875,\n                        \"degreesLongitude\": 39.1728652999999980011125444434583187103271484375\n                    },\n                    \"hydratedContentText\": \"Message Body\",\n                    \"hydratedFooterText\": \"Message Footer\",\n                    \"hydratedButtons\": [\n                        {\n                            \"urlButton\": {\n                                \"displayText\": \"1st Button Title\",\n                                \"url\": \"https://example.net\"\n                            },\n                            \"index\": 1\n                        },\n                        {\n                            \"callButton\": {\n                                \"displayText\": \"2nd Button Title\",\n                                \"phoneNumber\": \"+9665xxxxxxxx\"\n                            },\n                            \"index\": 2\n                        },\n                        {\n                            \"quickReplyButton\": {\n                                \"displayText\": \"3rd Button Title\",\n                                \"id\": \"id-like-buttons-message\"\n                            },\n                            \"index\": 3\n                        }\n                    ]\n                }\n            }\n        },\n        \"messageTimestamp\": \"1678886645\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"a5827203-6cec-4300-81d0-f2478645ef93"},{"name":"Send Buttons Template With Document Message","id":"f5b3c3bb-b4c6-44c7-93a3-cf4d3caf137e","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n"},{"key":"document","value":"https://whatsloop.net/B2CDAD6B4993C.pdf","type":"text","description":"<p>Message document</p>\n"},{"key":"caption","value":"Message Body","type":"text","description":"<p>Message Body</p>\n"},{"key":"footer","value":"Message Footer","type":"text","description":"<p>Message Footer</p>\n"},{"key":"buttons[0][id]","value":"1","type":"text","description":"<p>1st Button ID</p>\n"},{"key":"buttons[0][title]","value":"1st Button Title","type":"text","description":"<p>1st Button Title</p>\n"},{"key":"buttons[0][type]","value":"1","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[0][extra_data]","value":"https://example.net","type":"text","description":"<p>Write the proper data according to your button type</p>\n"},{"key":"buttons[1][id]","value":"2","type":"text","description":"<p>2nd Button ID</p>\n"},{"key":"buttons[1][title]","value":"2nd Button Title","type":"text","description":"<p>2nd Button Title</p>\n"},{"key":"buttons[1][type]","value":"2","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[1][extra_data]","value":"+9665xxxxxxxx","type":"text","description":"<p>Write the proper data according to your button type</p>\n"},{"key":"buttons[2][id]","value":"3","type":"text","description":"<p>3rd Button ID</p>\n"},{"key":"buttons[2][title]","value":"3rd Button Title","type":"text","description":"<p>3rd Button Title</p>\n"},{"key":"buttons[2][type]","value":"3","type":"text","description":"<p>Write 1 for Link ,2 for Phone Number or 3 for Button</p>\n"},{"key":"buttons[2][extra_data]","value":"id-like-buttons-message","type":"text","description":"<p>Write the proper data according to your button type</p>\n"}]},"url":"https://go-wloop.net/api/v1/button/document/template","urlObject":{"path":["button","document","template"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"9c135fff-fa38-4ff8-9ebb-4bc7aa39322e","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx"},{"key":"document","value":"https://whatsloop.net/B2CDAD6B4993C.pdf","type":"text","description":"Message document"},{"key":"caption","value":"Message Body","type":"text","description":"Message Body"},{"key":"footer","value":"Message Footer","type":"text","description":"Message Footer"},{"key":"buttons[0][id]","value":"1","type":"text","description":"1st Button ID"},{"key":"buttons[0][title]","value":"1st Button Title","type":"text","description":"1st Button Title"},{"key":"buttons[0][type]","value":"1","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[0][extra_data]","value":"https://example.net","type":"text","description":"Write the proper data according to your button type"},{"key":"buttons[1][id]","value":"2","type":"text","description":"2nd Button ID"},{"key":"buttons[1][title]","value":"2nd Button Title","type":"text","description":"2nd Button Title"},{"key":"buttons[1][type]","value":"2","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[1][extra_data]","value":"+9665xxxxxxxx","type":"text","description":"Write the proper data according to your button type"},{"key":"buttons[2][id]","value":"3","type":"text","description":"3rd Button ID"},{"key":"buttons[2][title]","value":"3rd Button Title","type":"text","description":"3rd Button Title"},{"key":"buttons[2][type]","value":"3","type":"text","description":"Write 1 for Link ,2 for Phone Number or 3 for Button"},{"key":"buttons[2][extra_data]","value":"id-like-buttons-message","type":"text","description":"Write the proper data according to your button type"}]},"url":"https://go-wloop.net/api/v1/button/document/template"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 13:25:10 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=l2vqNrABWca3JgnJIkNcH6C3aIryWI3QIsy1jlnk; expires=Wed, 15 Mar 2023 15:25:10 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE41C423B15FBFC\"\n        },\n        \"message\": {\n            \"viewOnceMessage\": {\n                \"message\": {\n                    \"templateMessage\": {\n                        \"fourRowTemplate\": {\n                            \"documentMessage\": {\n                                \"url\": \"https://mmg.whatsapp.net/v/t62.7119-24/34582566_1585156145324608_4331934733345508930_n.enc?ccb=11-4&oh=01_AdTXb9RWp0sxdNW7GVt6LGSGoij3kML6vGTuuj8cqXIohA&oe=64393AFC&mms3=true\",\n                                \"mimetype\": \"application/pdf\",\n                                \"fileSha256\": \"MSe7SGCN9R9sfdrZZaFSJIsI4tBBRM73R01S1X+F+/bU=\",\n                                \"fileLength\": \"21087\",\n                                \"mediaKey\": \"xKrTXdBuYowquQsLh/qDGkF0jrRpGgUQZxsEv/w8rTiz8=\",\n                                \"fileName\": \"4ASkMmMznKIKqOD7Bg1rEoVFDko1IIZLEkrD8KM7.pdf\",\n                                \"fileEncSha256\": \"rpHNQC65c51FXZc4RomlrOfjwXFn6e+EyJBFtGtP9w=\",\n                                \"directPath\": \"/v/t62.7119-24/34582566_153975345324608_4331934733345508930_n.enc?ccb=11-4&oh=01_AdTXb9RWp0sxdNW7GVt6LGWeREy3kMLTdsjosuj8cqXIohA&oe=64393AFC\",\n                                \"mediaKeyTimestamp\": \"1678886710\",\n                                \"caption\": \"Message Body\"\n                            }\n                        },\n                        \"hydratedTemplate\": {\n                            \"documentMessage\": {\n                                \"url\": \"https://mmg.whatsapp.net/v/t62.7119-24/34582566_1585156145324608_4331934733345508930_n.enc?ccb=11-4&oh=01_AdTXb9RWp0sxdNW7GVt6LGWeREy3kMLDS0Rlj8cqXIohA&oe=64393AFC&mms3=true\",\n                                \"mimetype\": \"application/pdf\",\n                                \"fileSha256\": \"MSe7SGCN9R9sfdrZZagL73I4tBBDFfjR01S1X+F+/bU=\",\n                                \"fileLength\": \"21087\",\n                                \"mediaKey\": \"xKrTXdBuYowquQsLh/qDGk3bVpGgDFjoEv/w8rTiz8=\",\n                                \"fileName\": \"4ASkMmMznKIKqOD7Bg1rEoV8FaSERFdjEkrD8KM7.pdf\",\n                                \"fileEncSha256\": \"rpHNQC65c51FXZc4OiqmQ5FSjknFn6e+EyJBFtGtP9w=\",\n                                \"directPath\": \"/v/t62.7119-24/34582566_1534536145324608_4331934733345508930_n.enc?ccb=11-4&oh=01_AdTXb9RWp0sxdNW7GVt6LGWeREy3kMLD0i4fcFuuj8cqXIohA&oe=64393AFC\",\n                                \"mediaKeyTimestamp\": \"1678886710\",\n                                \"caption\": \"Message Body\"\n                            },\n                            \"hydratedContentText\": \"Message Body\",\n                            \"hydratedFooterText\": \"Message Footer\",\n                            \"hydratedButtons\": [\n                                {\n                                    \"urlButton\": {\n                                        \"displayText\": \"1st Button Title\",\n                                        \"url\": \"https://example.net\"\n                                    },\n                                    \"index\": 1\n                                },\n                                {\n                                    \"callButton\": {\n                                        \"displayText\": \"2nd Button Title\",\n                                        \"phoneNumber\": \"+9665xxxxxxxx\"\n                                    },\n                                    \"index\": 2\n                                },\n                                {\n                                    \"quickReplyButton\": {\n                                        \"displayText\": \"3rd Button Title\",\n                                        \"id\": \"id-like-buttons-message\"\n                                    },\n                                    \"index\": 3\n                                }\n                            ]\n                        }\n                    }\n                }\n            }\n        },\n        \"messageTimestamp\": \"1678886710\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"f5b3c3bb-b4c6-44c7-93a3-cf4d3caf137e"}],"id":"906a1486-4ca7-4ad1-afb9-7862fab0a5e3","_postman_id":"906a1486-4ca7-4ad1-afb9-7862fab0a5e3","description":"","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}},{"name":"Send List Message","item":[{"name":"Send List Message","id":"33fcdb14-4490-4b89-bef6-0982954be18d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"title","value":"Tilte of message","description":"<p>Message Title</p>\n","type":"text"},{"key":"body","value":"Body of message","description":"<p>Message Body</p>\n","type":"text"},{"key":"footer","value":"Footer of message","description":"<p>Message Footer</p>\n","type":"text"},{"key":"buttonText","value":"View The List","description":"<p>Text on the button to view the list</p>\n","type":"text"},{"key":"sections[0][title]","value":"Section 1 Text","description":"<p>Section Title</p>\n","type":"text"},{"key":"sections[0][rows][0][rowId]","value":"1","type":"text","description":"<p>Section Option 1 ID</p>\n"},{"key":"sections[0][rows][0][title]","value":"Option 1","type":"text","description":"<p>Section Option 1 Title</p>\n"},{"key":"sections[0][rows][0][description]","value":"This is description for 1st option","type":"text","description":"<p>Section Option 1 Description</p>\n"},{"key":"sections[0][rows][1][rowId]","value":"2","type":"text","description":"<p>Section Option 2 ID</p>\n"},{"key":"sections[0][rows][1][title]","value":"Option 2","type":"text","description":"<p>Section Option 2 Title</p>\n"},{"key":"sections[0][rows][1][description]","value":"This is description for 2nd option","description":"<p>Section Option 2 Description</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/list/message","urlObject":{"path":["list","message"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"c276e5d7-056f-4d9f-9683-8e649aafc5ff","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"title","value":"Tilte of message","description":"Message Title","type":"text"},{"key":"body","value":"Body of message","description":"Message Body","type":"text"},{"key":"footer","value":"Footer of message","description":"Message Footer","type":"text"},{"key":"buttonText","value":"View The List","description":"Text on the button to view the list","type":"text"},{"key":"sections[0][title]","value":"Section 1 Text","description":"Section Title","type":"text"},{"key":"sections[0][rows][0][rowId]","value":"1","type":"text","description":"Section Option 1 ID"},{"key":"sections[0][rows][0][title]","value":"Option 1","type":"text","description":"Section Option 1 Title"},{"key":"sections[0][rows][0][description]","value":"This is description for 1st option","type":"text","description":"Section Option 1 Description"},{"key":"sections[0][rows][1][rowId]","value":"2","type":"text","description":"Section Option 2 ID"},{"key":"sections[0][rows][1][title]","value":"Option 2","type":"text","description":"Section Option 2 Title"},{"key":"sections[0][rows][1][description]","value":"This is description for 2nd option","description":"Section Option 2 Description","type":"text"}]},"url":"https://go-wloop.net/api/v1/list/message"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 13:27:47 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=8pmSoaexgqJVhxjqZQRmFubCS2JBDBZkoQf5r3ky; expires=Tue, 14 Mar 2023 15:27:47 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"The message has been successfully sent.\",\n    \"data\": {\n        \"key\": {\n            \"remoteJid\": \"9665xxxxxxxx@s.whatsapp.net\",\n            \"fromMe\": true,\n            \"id\": \"BAE58E32AE8C5ACC\"\n        },\n        \"message\": {\n            \"listMessage\": {\n                \"title\": \"Tilte of message\",\n                \"description\": \"Body of message\",\n                \"buttonText\": \"View The List\",\n                \"listType\": \"SINGLE_SELECT\",\n                \"sections\": [\n                    {\n                        \"title\": \"Section 1 Text\",\n                        \"rows\": [\n                            {\n                                \"title\": \"Option 1\",\n                                \"description\": \"This is description for 1st option\",\n                                \"rowId\": \"1\"\n                            },\n                            {\n                                \"title\": \"Option 2\",\n                                \"description\": \"This is description for 2nd option\",\n                                \"rowId\": \"2\"\n                            }\n                        ]\n                    }\n                ],\n                \"footerText\": \"Footer of message\"\n            }\n        },\n        \"messageTimestamp\": \"1678800467\",\n        \"status\": \"PENDING\"\n    }\n}"}],"_postman_id":"33fcdb14-4490-4b89-bef6-0982954be18d"}],"id":"dd535fca-4af4-4dc5-8020-0a16d82a1298","_postman_id":"dd535fca-4af4-4dc5-8020-0a16d82a1298","description":"","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}}],"id":"11864640-dce0-4c24-b017-ca204c81a264","description":"<p>This section empowers you to send messages on WhatsApp, from plain texts to photos, videos, audio, GIFs, location coordinates, PTT (Push To Talk), and contact information.</p>\n<p>WhatsApp messaging just became more manageable and more accessible! Now you can send various messages to your contacts in no time. So make communication effortless and efficient while experiencing the power of WhatsApp!</p>\n<p>Have fun integrating your system and stay connected with your Clients!</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b366f3d7-e14a-4a15-8962-622e1ebcc754"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"01a5dd71-3861-410b-bb05-3a729acb312d"}}],"_postman_id":"11864640-dce0-4c24-b017-ca204c81a264","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}},{"name":"Groups Control","item":[{"name":"Group Settings","item":[{"name":"Create Group","id":"a805a292-566e-4355-a34a-3a434f7b17cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phones[0]","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"phones[1]","value":"9665xxxxxxxx","type":"text","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n"},{"key":"subject","value":"Group Name","description":"<p>The Group Name</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/create","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["group","create"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"b6e03a52-2bdd-4c06-bcf4-13794b4e25c4","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phones[0]","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"phones[1]","value":"9665xxxxxxxx","type":"text","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx"},{"key":"subject","value":"Group Name","description":"The Group Name","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 11:19:07 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=uQdOg80c7xOzNkQyycGbfwURhuVwYzDjmxWybrw6; expires=Tue, 14 Mar 2023 13:19:07 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": {\n        \"id\": \"190363068754997654@g.us\"\n    }\n}"}],"_postman_id":"a805a292-566e-4355-a34a-3a434f7b17cc"},{"name":"Set Display Picture","id":"862d771d-503c-4100-874a-837e253248a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","value":"https://whatsloop.net/resources/Gallery/161595349621_servers.png","type":"text"},{"key":"jid","value":"xxxxxxxxxxxx@g.us","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/set/display/picture","urlObject":{"path":["group","set","display","picture"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"55e30c6a-62df-436b-8ab9-802cf391abad","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","value":"https://whatsloop.net/resources/Gallery/221595264200_servers.png","type":"text"},{"key":"jid","value":"120363061829425867@g.us","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/set/display/picture"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 11:20:38 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=uQdOg80c7xOzNkQyycGbfwURhuVwYzDjmxWybrw6; expires=Tue, 14 Mar 2023 13:20:38 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"862d771d-503c-4100-874a-837e253248a0"},{"name":"Rename Group","id":"2027a2fe-9c2e-4c38-af48-6f02f99b735b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"<p>Group ID</p>\n","type":"text"},{"key":"subject","value":"New Group Name","description":"<p>The New Group Name</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/rename","urlObject":{"path":["group","rename"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"b01475de-2f61-4b21-9ac1-528384183939","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"Group ID","type":"text"},{"key":"subject","value":"New Group Name","description":"The New Group Name","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/rename"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 11:24:42 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=uQdOg80c7xOzNkQyycGbfwURhuVwYzDjmxWybrw6; expires=Tue, 14 Mar 2023 13:24:42 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"2027a2fe-9c2e-4c38-af48-6f02f99b735b"},{"name":"Set Group Description","id":"6f1767f5-24ab-479e-b190-27b62a2c480a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"<p>Group Id</p>\n","type":"text"},{"key":"description","value":"This is a test group description.....","description":"<p>Description of the group</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/set/description","urlObject":{"path":["group","set","description"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"bd2e1ddb-a75f-4c8c-b25e-a93c05f19ed3","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"Group ID","type":"text"},{"key":"description","value":"This is a test group description.....","description":"Description of the group","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/set/description"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 11:27:34 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=uQdOg80c7xOzNkQyycGbfwURhuVwYzDjmxWybrw6; expires=Tue, 14 Mar 2023 13:27:34 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"6f1767f5-24ab-479e-b190-27b62a2c480a"},{"name":"Change Group Settings","id":"fc83f939-784d-4fca-bd8b-8eacfbdd052d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"<p>Group ID</p>\n","type":"text"},{"key":"settings","value":"not_announcement","description":"<p>announcement, not_announcement, locked, unlocked</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/settings","urlObject":{"path":["group","settings"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6ebccef3-c211-4a94-92eb-32fa37c68c99","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"Group ID","type":"text"},{"key":"settings","value":"not_announcement","description":"announcement, not_announcement, locked, unlocked","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 11:29:22 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Set-Cookie","value":"oats_loob_go_session=uQdOg80c7xOzNkQyycGbfwURhuVwYzDjmxWybrw6; expires=Tue, 14 Mar 2023 13:29:22 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Group settings updated successfully.\",\n    \"data\": []\n}"}],"_postman_id":"fc83f939-784d-4fca-bd8b-8eacfbdd052d"},{"name":"Join Group","id":"504b8d40-b4d4-466a-ad48-86cc2fe5fef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"code","value":"xxxxxxxxxxxx","description":"<p>Invitation code</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/join","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["group","join"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"f716064e-fb79-46d5-89d7-5d95b2cfd615","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"code","value":"xxxxxxxxxxxx","description":"Invitation code","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/join"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 13:14:37 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=l2vqNrABWca3JgnJIkNcH6C3aIryWI3QIsy1jlnk; expires=Wed, 15 Mar 2023 15:14:37 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": \"xxxxxxxxxxxx@g.us\"\n}"}],"_postman_id":"504b8d40-b4d4-466a-ad48-86cc2fe5fef7"},{"name":"Get Group List","id":"a3914fa0-4eb1-44a4-a563-fc46491b030e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://go-wloop.net/api/v1/group/list","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["group","list"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3914fa0-4eb1-44a4-a563-fc46491b030e"},{"name":"Get Group Conversation","id":"4f34e97a-4136-4522-913c-0ae84cb15ff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://go-wloop.net/api/v1/group/conversation?jid=xxxxxxxxxxxx@g.us","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["group","conversation"],"host":["https://go-wloop.net/api/v1"],"query":[{"key":"jid","value":"xxxxxxxxxxxx@g.us"}],"variable":[]}},"response":[],"_postman_id":"4f34e97a-4136-4522-913c-0ae84cb15ff5"},{"name":"Get Display Picture","id":"48195a54-7cec-4248-9cdf-305cafb6a288","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://go-wloop.net/api/v1/group/display/picture?jid=xxxxxxxxxxxx@g.us","urlObject":{"path":["group","display","picture"],"host":["https://go-wloop.net/api/v1"],"query":[{"key":"jid","value":"xxxxxxxxxxxx@g.us"}],"variable":[]}},"response":[],"_postman_id":"48195a54-7cec-4248-9cdf-305cafb6a288"},{"name":"Get Group Metadata","id":"d65bf927-9d7c-41a9-8226-023e47a9c9ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://go-wloop.net/api/v1/group/meta/data?jid=xxxxxxxxxxxx@g.us","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["group","meta","data"],"host":["https://go-wloop.net/api/v1"],"query":[{"key":"jid","value":"xxxxxxxxxxxx@g.us"}],"variable":[]}},"response":[{"id":"efd8d97b-eb53-44b5-af72-b54b9167cf27","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://go-wloop.net/api/v1/group/meta/data?jid=xxxxxxxxxxxx@g.us","host":["https://go-wloop.net/api/v1"],"path":["group","meta","data"],"query":[{"key":"jid","value":"xxxxxxxxxxxx@g.us"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 11:40:22 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=uQdOg80c7xOzNkQyycGbfwURhuVwYzDjmxWybrw6; expires=Tue, 14 Mar 2023 13:40:22 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": {\n        \"id\": \"120368747072584103@g.us\",\n        \"subject\": \"Test Group\",\n        \"subjectOwner\": \"9665xxxxxxxx@s.whatsapp.net\",\n        \"subjectTime\": 1678181515,\n        \"size\": 1,\n        \"creation\": 1678181515,\n        \"owner\": \"9665xxxxxxxx@s.whatsapp.net\",\n        \"restrict\": false,\n        \"announce\": false,\n        \"participants\": [\n            {\n                \"id\": \"9665xxxxxxxx@s.whatsapp.net\",\n                \"admin\": \"superadmin\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d65bf927-9d7c-41a9-8226-023e47a9c9ed"}],"id":"0c45f332-3d42-4d6d-bd67-bc12f65715b6","_postman_id":"0c45f332-3d42-4d6d-bd67-bc12f65715b6","description":"","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}},{"name":"Group Invitation","item":[{"name":"Generate Invitation Code","id":"f0c9bb53-a6a4-4940-9a9e-2167d800812d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"<p>Group ID</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/invite/code","urlObject":{"path":["invite","code"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"5b97cb2e-882a-4a7e-b8e6-0d9e982e9646","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"Group ID","type":"text"}]},"url":"https://go-wloop.net/api/v1/invite/code"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 11:44:28 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Set-Cookie","value":"oats_loob_go_session=uQdOg80c7xOzNkQyycGbfwURhuVwYzDjmxWybrw6; expires=Tue, 14 Mar 2023 13:44:28 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": \"IQPPnQiUS7FI0bncYAWATk\"\n}"}],"_postman_id":"f0c9bb53-a6a4-4940-9a9e-2167d800812d"},{"name":"Revoke Invitation Code","id":"8cc522b2-cc10-46bc-a3a6-ba1454a117ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"<p>Group Id</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/invite/revoke/code","urlObject":{"path":["invite","revoke","code"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"36783f89-27f5-430f-85b5-57ba488d207d","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"Group Id","type":"text"}]},"url":"https://go-wloop.net/api/v1/invite/revoke/code"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 11:45:43 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=uQdOg80c7xOzNkQyycGbfwURhuVwYzDjmxWybrw6; expires=Tue, 14 Mar 2023 13:45:43 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": \"CMETF60oU7wQqKu4xBXJ9X\"\n}"}],"_postman_id":"8cc522b2-cc10-46bc-a3a6-ba1454a117ca"},{"name":"Send Invitation Link","id":"1bd6026b-beb8-4fd6-8ce9-5e86cf58eb80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"to","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"<p>Group ID</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/invite/send/link","urlObject":{"path":["invite","send","link"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"2238ed1e-28c8-4ebd-90aa-8dd749ade5f1","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"to","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"Group ID","type":"text"}]},"url":"https://go-wloop.net/api/v1/invite/send/link"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 11:47:09 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=uQdOg80c7xOzNkQyycGbfwURhuVwYzDjmxWybrw6; expires=Tue, 14 Mar 2023 13:47:09 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Sent invitation link.\",\n    \"data\": \"https://chat.whatsapp.com/IQPPnQiUS7FI0bncYAWATk\"\n}"}],"_postman_id":"1bd6026b-beb8-4fd6-8ce9-5e86cf58eb80"},{"name":"Get group info by Invitation code","id":"8767a862-0aab-480c-9052-93b3ac91959f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://go-wloop.net/api/v1/invite/get/info?code=xxxxxxxxxxxx","urlObject":{"path":["invite","get","info"],"host":["https://go-wloop.net/api/v1"],"query":[{"description":{"content":"<p>Invitation Code</p>\n","type":"text/plain"},"key":"code","value":"xxxxxxxxxxxx"}],"variable":[]}},"response":[],"_postman_id":"8767a862-0aab-480c-9052-93b3ac91959f"}],"id":"b49318aa-35b0-45e1-9d27-f7678e59bd45","_postman_id":"b49318aa-35b0-45e1-9d27-f7678e59bd45","description":"","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}},{"name":"Group Participant","item":[{"name":"Add Group Participant","id":"6673297d-3ef9-4715-8d48-c177e97844f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"<p>Group ID</p>\n","type":"text"},{"key":"phones[0]","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/add/participant","urlObject":{"path":["group","add","participant"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"cf3ba01d-8de1-43e6-9dc3-32a4bfeeb7df","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"Group ID","type":"text"},{"key":"phones[0]","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/add/participant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 11:49:41 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=uQdOg80c7xOzNkQyycGbfwURhuVwYzDjmxWybrw6; expires=Tue, 14 Mar 2023 13:49:41 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"status\": \"200\",\n            \"jid\": \"9665xxxxxxxx@s.whatsapp.net\"\n        }\n    ]\n}"}],"_postman_id":"6673297d-3ef9-4715-8d48-c177e97844f1"},{"name":"Promote Group Participant","id":"2c7deb1b-0bc6-4d49-98c8-f42eae55dfca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"<p>Group ID</p>\n","type":"text"},{"key":"phones[0]","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/promote/participant","urlObject":{"path":["group","promote","participant"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"4ae27a48-0615-4246-b343-53fcb4ea6da6","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"Group ID","type":"text"},{"key":"phones[0]","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/promote/participant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 11:51:25 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Set-Cookie","value":"oats_loob_go_session=uQdOg80c7xOzNkQyycGbfwURhuVwYzDjmxWybrw6; expires=Tue, 14 Mar 2023 13:51:25 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"status\": \"200\",\n            \"jid\": \"9665xxxxxxxx@s.whatsapp.net\"\n        }\n    ]\n}"}],"_postman_id":"2c7deb1b-0bc6-4d49-98c8-f42eae55dfca"},{"name":"Demote Group Participant","id":"7bb47bef-588f-4d5e-8020-c0955fcedb71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"<p>Group ID</p>\n","type":"text"},{"key":"phones[0]","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/demote/participant","urlObject":{"path":["group","demote","participant"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"e384b0cd-842f-4f30-9063-0b31ea54d88c","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"Group ID","type":"text"},{"key":"phones[0]","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/demote/participant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 11:52:42 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=uQdOg80c7xOzNkQyycGbfwURhuVwYzDjmxWybrw6; expires=Tue, 14 Mar 2023 13:52:42 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"status\": \"200\",\n            \"jid\": \"9665xxxxxxxx@s.whatsapp.net\"\n        }\n    ]\n}"}],"_postman_id":"7bb47bef-588f-4d5e-8020-c0955fcedb71"},{"name":"Remove Group Participant","id":"767739fa-60c8-4960-873b-6b9cb6adbb54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"<p>Group ID</p>\n","type":"text"},{"key":"phones[0]","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/remove/participant","urlObject":{"path":["group","remove","participant"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"c9d45b45-4ac9-492e-8b74-770578ae3498","name":"Success Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"jid","value":"xxxxxxxxxxxx@g.us","description":"Group ID","type":"text"},{"key":"phones[0]","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"}]},"url":"https://go-wloop.net/api/v1/group/remove/participant"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 11:54:02 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=uQdOg80c7xOzNkQyycGbfwURhuVwYzDjmxWybrw6; expires=Tue, 14 Mar 2023 13:54:02 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": [\n        {\n            \"status\": \"200\",\n            \"jid\": \"9665xxxxxxxx@s.whatsapp.net\"\n        }\n    ]\n}"}],"_postman_id":"767739fa-60c8-4960-873b-6b9cb6adbb54"}],"id":"5ac4ec48-fb07-473d-8f0e-beeb4e7fdf26","_postman_id":"5ac4ec48-fb07-473d-8f0e-beeb4e7fdf26","description":"","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}}],"id":"6f61d20c-f8a3-4f3b-981b-8d1e54104caf","description":"<p>in this section you can send message or create a new group or make invitation and more things or you can do more actions</p>\n","_postman_id":"6f61d20c-f8a3-4f3b-981b-8d1e54104caf","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}},{"name":"Chat","item":[{"name":"Get Chat List For Phone","id":"211fbe74-398f-4e56-9157-eb9b1a23a94b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://go-wloop.net/api/v1/chat/list","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["chat","list"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"211fbe74-398f-4e56-9157-eb9b1a23a94b"},{"name":"Get Chat Conversation For Phone","id":"047a0640-c8b3-4fde-8791-0c1eafadae47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://go-wloop.net/api/v1/chat/conversation?phone=9665xxxxxxxx&limit=25&cursorId=REDACTED&cursorFromMe=true","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["chat","conversation"],"host":["https://go-wloop.net/api/v1"],"query":[{"key":"phone","value":"9665xxxxxxxx"},{"key":"limit","value":"25"},{"key":"cursorId","value":"REDACTED"},{"key":"cursorFromMe","value":"true"}],"variable":[]}},"response":[],"_postman_id":"047a0640-c8b3-4fde-8791-0c1eafadae47"},{"name":"Get Contacts","id":"156b4e4a-6958-4290-89b3-18bb3d081d33","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"url":"https://go-wloop.net/api/v1/contacts","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["contacts"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[],"_postman_id":"156b4e4a-6958-4290-89b3-18bb3d081d33"},{"name":"Set Typing","id":"9d674f0f-6176-4b41-9624-1486fb1a8e36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"chat","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/typing","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["chat","typing"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"b955d8f1-1bfd-45b4-b4d1-faf11cd9d000","name":"Success Respose","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"chat","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/typing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 09:57:48 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=diuCkEAvplYVVb4jEBlkhEsWiaRn5aMbHrc2oV3X; expires=Tue, 14 Mar 2023 11:57:48 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"9d674f0f-6176-4b41-9624-1486fb1a8e36"},{"name":"Set Recording","id":"32b779fb-72ba-4d61-a0d2-9c40b6882a01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"chat","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/recording","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["chat","recording"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"6a7cb7f4-16f6-42d9-9899-0c6f26a048a2","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"chat","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/recording"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:12:51 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Set-Cookie","value":"oats_loob_go_session=diuCkEAvplYVVb4jEBlkhEsWiaRn5aMbHrc2oV3X; expires=Tue, 14 Mar 2023 12:12:51 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"32b779fb-72ba-4d61-a0d2-9c40b6882a01"},{"name":"Read Chat","id":"222119b9-1d65-439c-8a52-fb4b6c140975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/read","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["chat","read"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d34ba63a-d887-442b-bf10-ab3dcdb96afd","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/read"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:13:50 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=diuCkEAvplYVVb4jEBlkhEsWiaRn5aMbHrc2oV3X; expires=Tue, 14 Mar 2023 12:13:50 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"222119b9-1d65-439c-8a52-fb4b6c140975"},{"name":"Unread Chat","id":"90726319-b81e-4905-9bed-5def0eb9b5e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":" 9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"<p>WhatsApp phone number in the international format, e.g.,9665xxxxxxxx</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/unread","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["chat","unread"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"8972b88c-bd5c-4002-8dc9-6990c211b333","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/unread"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:16:28 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=diuCkEAvplYVVb4jEBlkhEsWiaRn5aMbHrc2oV3X; expires=Tue, 14 Mar 2023 12:16:28 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"90726319-b81e-4905-9bed-5def0eb9b5e0"},{"name":"Archive Chat","id":"552faac7-a7c8-4d1c-ad62-66864cc42c3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/archive","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["chat","archive"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"65493c6b-ed29-47ec-8514-a157fe8b5751","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/archive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:17:34 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=diuCkEAvplYVVb4jEBlkhEsWiaRn5aMbHrc2oV3X; expires=Tue, 14 Mar 2023 12:17:34 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"552faac7-a7c8-4d1c-ad62-66864cc42c3e"},{"name":"Unarchive Chat","id":"6b8eacb7-1f3a-4c25-b61b-d05d2dfd395b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID</p>\n","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://go-wloop.net/api/v1/chat/unarchive","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["chat","unarchive"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d47f068f-b4b4-4860-a3ab-e3c6fc048dfd","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://go-wloop.net/api/v1/chat/unarchive"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:18:53 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=diuCkEAvplYVVb4jEBlkhEsWiaRn5aMbHrc2oV3X; expires=Tue, 14 Mar 2023 12:18:53 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"6b8eacb7-1f3a-4c25-b61b-d05d2dfd395b"},{"name":"Mute Chat","id":"09585fe0-ef08-4c65-8028-01846c90be3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID</p>\n","type":"text"},{"key":"duration","value":"60","description":"<p>Duration of mute chat in seconds</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/mute","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["chat","mute"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"d56c95a3-3a86-4a87-b30e-05ada5c37348","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID","type":"text"},{"key":"duration","value":"86400","description":"Duration of mute chat in seconds","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/mute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:20:46 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=diuCkEAvplYVVb4jEBlkhEsWiaRn5aMbHrc2oV3X; expires=Tue, 14 Mar 2023 12:20:46 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"09585fe0-ef08-4c65-8028-01846c90be3b"},{"name":"Unmute Chat","id":"7236e654-e826-44c2-97d7-65200b0c8e26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/unmute","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["chat","unmute"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"ae972abe-00c4-47b2-b9ce-58d64c8ef4aa","name":"success response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/unmute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:38:56 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Set-Cookie","value":"oats_loob_go_session=diuCkEAvplYVVb4jEBlkhEsWiaRn5aMbHrc2oV3X; expires=Tue, 14 Mar 2023 12:38:56 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"7236e654-e826-44c2-97d7-65200b0c8e26"},{"name":"Pin Chat","id":"17505680-495e-43cf-bcf5-1c668b552d9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/pin","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["chat","pin"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"3116ff5c-a5ed-4cb6-b1c5-15da36318fd7","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/pin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:41:12 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Set-Cookie","value":"oats_loob_go_session=diuCkEAvplYVVb4jEBlkhEsWiaRn5aMbHrc2oV3X; expires=Tue, 14 Mar 2023 12:41:12 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"17505680-495e-43cf-bcf5-1c668b552d9d"},{"name":"Unpin Chat","id":"74554e8b-f18c-44c9-8496-f2ae124d075d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"<p>WhatsApp phone number in the international format, e.g.,9665xxxxxxxx OR Group ID</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/unpin","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["chat","unpin"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"e8a81219-a448-4a2d-b802-bf20d0bc235b","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx or xxxxxxxxxxxx@g.us","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID","type":"text"}]},"url":"https://go-wloop.net/api/v1/chat/unpin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 10:43:30 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=diuCkEAvplYVVb4jEBlkhEsWiaRn5aMbHrc2oV3X; expires=Tue, 14 Mar 2023 12:43:30 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"74554e8b-f18c-44c9-8496-f2ae124d075d"}],"id":"44f6e62a-8947-4e6c-a2c9-9cdae5f0bb69","_postman_id":"44f6e62a-8947-4e6c-a2c9-9cdae5f0bb69","description":"","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}},{"name":"Users","item":[{"name":"Disply Picture By User","id":"ff1dde3b-e941-4221-bdd5-0f581606b28e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text","description":"<p>WhatsApp phone number in the international format, e.g.,9665xxxxxxxx</p>\n"}]},"url":"https://go-wloop.net/api/v1/user/display/picture?phone=9665xxxxxxxx","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["user","display","picture"],"host":["https://go-wloop.net/api/v1"],"query":[{"key":"phone","value":"9665xxxxxxxx"}],"variable":[]}},"response":[],"_postman_id":"ff1dde3b-e941-4221-bdd5-0f581606b28e"},{"name":"Block Number","id":"e286faa2-01a1-49c4-86cf-57c3bdd02d41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"phone","value":"","type":"text","disabled":true}]},"url":"https://go-wloop.net/api/v1/user/block","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["user","block"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"c676ac7e-3596-41b5-9640-2b6352af79c9","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","type":"text"},{"key":"phone2","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"}]},"url":"https://go-wloop.net/api/v1/user/block"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 09:39:24 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Set-Cookie","value":"oats_loob_go_session=diuCkEAvplYVVb4jEBlkhEsWiaRn5aMbHrc2oV3X; expires=Tue, 14 Mar 2023 11:39:24 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"e286faa2-01a1-49c4-86cf-57c3bdd02d41"},{"name":"Unblock Number","id":"035eae8f-f1e2-4cde-b76e-9a2a216bbf4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g.,9665xxxxxxxx</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/user/unblock","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["user","unblock"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"de9e6d91-5291-4952-8d92-15f4c2a98972","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"}]},"url":"https://go-wloop.net/api/v1/user/unblock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 09:43:24 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Set-Cookie","value":"oats_loob_go_session=diuCkEAvplYVVb4jEBlkhEsWiaRn5aMbHrc2oV3X; expires=Tue, 14 Mar 2023 11:43:24 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"035eae8f-f1e2-4cde-b76e-9a2a216bbf4c"},{"name":"User Business Profile","id":"81bcf7e8-a9cc-4881-8405-ab58eaac82f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp Business phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/user/business","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["user","business"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"9e2d2765-2fe1-4069-8b9a-05ef29d3b964","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp Business phone number in the international format, e.g., 9665xxxxxxxx","type":"text"}]},"url":"https://go-wloop.net/api/v1/user/business"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 08:29:44 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=YoMUpanAivT2mKkE3cEVX66PajiXrOJz6jSQPnDT; expires=Tue, 14 Mar 2023 10:29:44 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": {\n        \"wid\": \"9665xxxxxxxx@s.whatsapp.net\",\n        \"address\": \"\",\n        \"description\": \"تواصل بذكاء مع عملائك و اجعل منشأتك تنبض بالحياة باستخدام واجهات برمجة تطبيقات قوية وموثوق بها ♥️\",\n        \"website\": [\n            \"https://whatsloop.net\"\n        ],\n        \"category\": \"Shopping & retail\",\n        \"business_hours\": []\n    }\n}"}],"_postman_id":"81bcf7e8-a9cc-4881-8405-ab58eaac82f8"},{"name":"Set Profile Name","id":"c3015c0d-e685-43a5-ac27-9f88bca3be17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx</p>\n","type":"text"},{"key":"name","value":"Profile Name","type":"text"}]},"url":"https://go-wloop.net/api/v1/user/set/name","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["user","set","name"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"516c2d1a-d329-4622-9953-0b6642ab5434","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx","type":"text"},{"key":"name","value":"Profile Name","type":"text"}]},"url":"https://go-wloop.net/api/v1/user/set/name"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 09:51:02 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Set-Cookie","value":"oats_loob_go_session=diuCkEAvplYVVb4jEBlkhEsWiaRn5aMbHrc2oV3X; expires=Tue, 14 Mar 2023 11:51:02 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"c3015c0d-e685-43a5-ac27-9f88bca3be17"}],"id":"319a0876-2cf4-423a-8840-cd0470ec8a4a","_postman_id":"319a0876-2cf4-423a-8840-cd0470ec8a4a","description":"","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}},{"name":"Instances","item":[{"name":"Set Presence","id":"1ab54035-6026-47f7-b366-b9f25fc6c874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"<p>WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID</p>\n","type":"text"},{"key":"presence","value":"available","description":"<p>unavailable,available,composing,recording,paused</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/instance/set/presence","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["instance","set","presence"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"32aa943c-d56e-49f2-ba75-79c4f599d783","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"phone","value":"9665xxxxxxxx","description":"WhatsApp phone number in the international format, e.g., 9665xxxxxxxx OR Group ID","type":"text"},{"key":"presence","value":"available","description":"unavailable,available,composing,recording,paused","type":"text"}]},"url":"https://go-wloop.net/api/v1/instance/set/presence"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Mar 2023 13:44:13 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Set-Cookie","value":"oats_loob_go_session=l2vqNrABWca3JgnJIkNcH6C3aIryWI3QIsy1jlnk; expires=Wed, 15 Mar 2023 15:44:13 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"1ab54035-6026-47f7-b366-b9f25fc6c874"},{"name":"Set status","id":"5441aa84-cb50-437d-8314-b2e726668135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"status","value":"Welcome to WhatsLoop","type":"text","description":"<p>Write your WhatsApp status here.</p>\n"}]},"url":"https://go-wloop.net/api/v1/instance/set/status","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["instance","set","status"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"311adc31-38a5-47f0-b3e2-55d24628cae4","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"status","value":"Welcome to WhatsLoop","type":"text","description":"Write your WhatsApp status here."}]},"url":"https://go-wloop.net/api/v1/instance/set/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 08:59:56 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Set-Cookie","value":"oats_loob_go_session=MD54xjsxKd1RSiP83qMmwZ8PpQUSrGmU72Kq02Nn; expires=Tue, 14 Mar 2023 10:59:56 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": []\n}"}],"_postman_id":"5441aa84-cb50-437d-8314-b2e726668135"},{"name":"Status","id":"26d9eb04-02aa-4c13-b0b9-7b06ecec85c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://go-wloop.net/api/v1/instance/status","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["instance","status"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"581161d0-d38c-4529-a820-2e23f87bfd4d","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"https://go-wloop.net/api/v1/instance/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 09:02:12 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Set-Cookie","value":"oats_loob_go_session=MD54xjsxKd1RSiP83qMmwZ8PpQUSrGmU72Kq02Nn; expires=Tue, 14 Mar 2023 11:02:12 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": {\n        \"status\": \"Welcome to WhatsLoop\",\n        \"setAt\": \"2023-03-14T08:59:56.000Z\"\n    }\n}"}],"_postman_id":"26d9eb04-02aa-4c13-b0b9-7b06ecec85c0"},{"name":"Set Settings","id":"e81ed0ba-d319-4533-8df8-769f311293cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"markOnlineOnConnect","value":"1","description":"<p>Your WhatsApp account will be always online if you choose 1 or 0 for not showing</p>\n","type":"text"}]},"url":"https://go-wloop.net/api/v1/instance/set/settings","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["instance","set","settings"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"b8713b2a-d6fc-43da-8325-296b14a0bcc7","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"markOnlineOnConnect","value":"1","description":"Your WhatsApp account will be always online if you choose 1 or 0 for not showing","type":"text"}]},"url":"https://go-wloop.net/api/v1/instance/set/settings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 09:00:47 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Set-Cookie","value":"oats_loob_go_session=MD54xjsxKd1RSiP83qMmwZ8PpQUSrGmU72Kq02Nn; expires=Tue, 14 Mar 2023 11:00:47 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Settings was saved successfully.\",\n    \"data\": []\n}"}],"_postman_id":"e81ed0ba-d319-4533-8df8-769f311293cb"}],"id":"bf72479a-29fa-4b4e-9531-e4f93364ea7d","_postman_id":"bf72479a-29fa-4b4e-9531-e4f93364ea7d","description":"","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}},{"name":"Sessions","item":[{"name":"Session Status","id":"8ac76d5d-11d6-4975-889e-e7576a4fd78e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"url":"https://go-wloop.net/api/v1/session/status","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["session","status"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"8d9414ab-3791-4e17-8638-968c5eba2b28","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer Bearer Token","type":"text"}],"url":"https://go-wloop.net/api/v1/session/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Mar 2023 14:21:50 GMT"},{"key":"Server","value":"Apache"},{"key":"Access-Control-Allow-Origin","value":"*, *"},{"key":"Access-Control-Allow-Methods","value":"*"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Set-Cookie","value":"oats_loob_go_session=8pmSoaexgqJVhxjqZQRmFubCS2JBDBZkoQf5r3ky; expires=Tue, 14 Mar 2023 16:21:50 GMT; Max-Age=7200; path=/; httponly; samesite=lax"},{"key":"Vary","value":"Authorization"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"\",\n    \"data\": {\n        \"status\": \"authenticated\"\n    }\n}"}],"_postman_id":"8ac76d5d-11d6-4975-889e-e7576a4fd78e"}],"id":"88091e3d-bd2e-45e9-8075-10c063fd3030","_postman_id":"88091e3d-bd2e-45e9-8075-10c063fd3030","description":"","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}},{"name":"Live Chat","item":[{"name":"Get Contact Info","id":"fa7decee-46df-44ce-91d5-6c13d1fcc7de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go-wloop.net/api/v1/live_chat/contact?phone=9665xxxxxxxx","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["live_chat","contact"],"host":["https://go-wloop.net/api/v1"],"query":[{"key":"phone","value":"9665xxxxxxxx"}],"variable":[]}},"response":[{"id":"1460bfba-e605-476b-80d9-b95fa922fe29","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://go-wloop.net/api/v1/live_chat/contact?phone=9665xxxxxxxx","host":["https://go-wloop.net/api/v1"],"path":["live_chat","contact"],"query":[{"key":"phone","value":"9665xxxxxxxx"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application/json"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"set-cookie","value":"oats_loob_go_session=qjCgwaV7eIuI4UT81DZPyAn5MJnh8UZuoeW8E30z; expires=Mon, 14 Jul 2251 21:41:03 GMT; Max-Age=7200000000; path=/; httponly; samesite=lax; secure"},{"key":"vary","value":"Accept-Encoding,User-Agent"},{"key":"content-length","value":"82"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 17 May 2023 13:41:03 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"phone\": \"9665xxxxxxxx\",\n        \"labels\": [],\n        \"moderators\": []\n    }\n}"}],"_postman_id":"fa7decee-46df-44ce-91d5-6c13d1fcc7de"},{"name":"Get Moderators","id":"8c7105dc-2259-40d6-b00f-a9b17b9d6d74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go-wloop.net/api/v1/live_chat/moderators","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["live_chat","moderators"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"8f9479f4-e0f1-4081-b90b-67bf6b59c7dc","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://go-wloop.net/api/v1/live_chat/moderators"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application/json"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"set-cookie","value":"oats_loob_go_session=qjCgwaV7eIuI4UT81DZPyAn5MJnh8UZuoeW8E30z; expires=Mon, 14 Jul 2251 21:46:18 GMT; Max-Age=7200000000; path=/; httponly; samesite=lax; secure"},{"key":"vary","value":"Accept-Encoding,User-Agent"},{"key":"content-length","value":"297"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 17 May 2023 13:46:18 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"\",\n            \"email\": \"\",\n            \"phone\": \"9665xxxxxxxx\",\n            \"image\": \"\"\n        }\n    ]\n}"}],"_postman_id":"8c7105dc-2259-40d6-b00f-a9b17b9d6d74"},{"name":"Get Labels","id":"ca0157ee-8441-4992-bf02-f2a60eaf0a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://go-wloop.net/api/v1/live_chat/labels","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["live_chat","labels"],"host":["https://go-wloop.net/api/v1"],"query":[],"variable":[]}},"response":[{"id":"43888e62-dc63-4499-85db-6ea5dd685681","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://go-wloop.net/api/v1/live_chat/labels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application/json"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"set-cookie","value":"oats_loob_go_session=qjCgwaV7eIuI4UT81DZPyAn5MJnh8UZuoeW8E30z; expires=Mon, 14 Jul 2251 21:47:50 GMT; Max-Age=7200000000; path=/; httponly; samesite=lax; secure"},{"key":"vary","value":"Accept-Encoding,User-Agent"},{"key":"content-length","value":"221"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 17 May 2023 13:47:50 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"تصنيف ١\",\n            \"color\": \"#34b7f1\",\n            \"status\": null\n        },\n        {\n            \"id\": 2,\n            \"name\": \"تصنيف ٢\",\n            \"color\": \"#25d366\",\n            \"status\": null\n        },\n        {\n            \"id\": 3,\n            \"name\": \"تصنيف ٣\",\n            \"color\": \"#128c7e\",\n            \"status\": null\n        }\n    ]\n}"}],"_postman_id":"ca0157ee-8441-4992-bf02-f2a60eaf0a34"},{"name":"Set Contact Moderator","id":"5805edf8-25b5-4937-85e4-3737268803e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://go-wloop.net/api/v1/live_chat/set-moderator?phone=9665xxxxxxxx&moderator_id=1","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["live_chat","set-moderator"],"host":["https://go-wloop.net/api/v1"],"query":[{"key":"phone","value":"9665xxxxxxxx"},{"key":"moderator_id","value":"1"}],"variable":[]}},"response":[{"id":"884ded41-bb6b-4913-89f3-c228e79ae30e","name":"Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://go-wloop.net/api/v1/live_chat/set-moderator?phone=9665xxxxxxxx&moderator_id=1","host":["https://go-wloop.net/api/v1"],"path":["live_chat","set-moderator"],"query":[{"key":"phone","value":"9665xxxxxxxx"},{"key":"moderator_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application/json"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"59"},{"key":"set-cookie","value":"oats_loob_go_session=qjCgwaV7eIuI4UT81DZPyAn5MJnh8UZuoeW8E30z; expires=Mon, 14 Jul 2251 21:42:09 GMT; Max-Age=7200000000; path=/; httponly; samesite=lax; secure"},{"key":"vary","value":"Accept-Encoding,User-Agent"},{"key":"content-length","value":"86"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 17 May 2023 13:42:09 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"phone\": \"9665xxxxxxxx\",\n        \"labels\": [],\n        \"moderators\": []\n    }\n}"}],"_postman_id":"5805edf8-25b5-4937-85e4-3737268803e0"},{"name":"Set Contact Label","id":"baeff72d-50f1-4e3c-a70a-eb704c096ab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://go-wloop.net/api/v1/live_chat/set-label?phone=9665xxxxxxxx&label_id=1","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}},"urlObject":{"path":["live_chat","set-label"],"host":["https://go-wloop.net/api/v1"],"query":[{"key":"phone","value":"9665xxxxxxxx"},{"key":"label_id","value":"1"}],"variable":[]}},"response":[{"id":"a1493f5c-7dbf-4e14-8e8a-326a13d6a3c7","name":"Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://go-wloop.net/api/v1/live_chat/set-label?phone=9665xxxxxxxx&label_id=1","host":["https://go-wloop.net/api/v1"],"path":["live_chat","set-label"],"query":[{"key":"phone","value":"9665xxxxxxxx"},{"key":"label_id","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"Keep-Alive"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"access-control-allow-origin","value":"*"},{"key":"access-control-allow-methods","value":"*"},{"key":"access-control-allow-headers","value":"*"},{"key":"cache-control","value":"no-cache, private"},{"key":"content-type","value":"application/json"},{"key":"x-ratelimit-limit","value":"60"},{"key":"x-ratelimit-remaining","value":"58"},{"key":"set-cookie","value":"oats_loob_go_session=qjCgwaV7eIuI4UT81DZPyAn5MJnh8UZuoeW8E30z; expires=Mon, 14 Jul 2251 21:42:14 GMT; Max-Age=7200000000; path=/; httponly; samesite=lax; secure"},{"key":"vary","value":"Accept-Encoding,User-Agent"},{"key":"content-length","value":"86"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 17 May 2023 13:42:14 GMT"},{"key":"server","value":"LiteSpeed"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\""}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"phone\": \"9665xxxxxxxx\",\n        \"labels\": [],\n        \"moderators\": []\n    }\n}"}],"_postman_id":"baeff72d-50f1-4e3c-a70a-eb704c096ab1"}],"id":"744a7cb4-8f79-49ba-9892-6566389449e0","_postman_id":"744a7cb4-8f79-49ba-9892-6566389449e0","description":"","auth":{"type":"bearer","bearer":{"token":"Bearer Token"},"isInherited":true,"source":{"_postman_id":"f46cd866-cefc-4fb8-be52-2990bc36e237","id":"f46cd866-cefc-4fb8-be52-2990bc36e237","name":"WhatsLoop Documentation","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":"Bearer Token"}},"event":[{"listen":"prerequest","script":{"id":"f6ea82e2-0127-4e1b-a0bd-b13af75b0632","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c92060b0-07a9-44c0-910c-f25d21039b97","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://go-wloop.net/api/v1","type":"string"},{"key":"phone","value":"9665xxxxxxxx","type":"string"},{"key":"WLAPIKEY","value":"Bearer Token","type":"string"},{"key":"phone2","value":"9665xxxxxxxx"},{"key":"phone3","value":"9665xxxxxxxx","type":"string"},{"key":"group_id","value":"xxxxxxxxxxxx@g.us","type":"string"},{"key":"invitation_code","value":"xxxxxxxxxxxx"},{"key":"product_id","value":"xxxxxxxxxxxx"},{"key":"order_id","value":"xxxxxxxxxxxx"},{"key":"message_id","value":"xxxxxxxxxx"}]}