{"info":{"_postman_id":"f0cdc23d-2230-4789-af45-612aff629b61","name":"online-live-support APIs V2","description":"<html><head></head><body><p><strong>APIs V2</strong></p>\n<p>Contact: <a href=\"mailto:info@online-live-support.com\">info@online-live-support.com</a></p>\n<p>WhatsApp: +60 11-5954 3635</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5958097","collectionId":"f0cdc23d-2230-4789-af45-612aff629b61","publishedId":"2s935hQmz4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-03-14T12:44:50.000Z"},"item":[{"name":"Sessions","item":[{"name":"Create Session","id":"00500df6-5a17-4547-9afa-96bbd556a6e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"content-type","value":"application/json","type":"text"}],"url":"https://ols-whatsapp-v2.ciarus.de/ols-whatsapp-v2/sessions/{{id}}","urlObject":{"path":["ols-whatsapp-v2","sessions","{{id}}"],"host":["https://ols-whatsapp-v2.ciarus.de"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[],"_postman_id":"00500df6-5a17-4547-9afa-96bbd556a6e1"},{"name":"Session Status","id":"ae11355f-f9d1-45bd-a675-eb6faa118714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://v2.onlinelivesupport.com/sessions/status/:id","description":"<p>Get session status. The status value is either <code>authenticated, connecting, connected, disconnecting</code> or <code>disconnected</code>.</p>\n","urlObject":{"path":["sessions","status",":id"],"host":["https://v2.onlinelivesupport.com"],"query":[],"variable":[{"description":{"content":"<p>Your created session id.</p>\n","type":"text/plain"},"type":"any","value":"{{id}}","key":"id"}]}},"response":[],"_postman_id":"ae11355f-f9d1-45bd-a675-eb6faa118714"},{"name":"Delete Session","id":"b9392565-0eb5-4f70-9213-e2d2ab2312b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"content-type","value":"application/json","type":"text"}],"url":"https://ols-whatsapp-v2.ciarus.de/ols-whatsapp-v2/sessions/{{id}}","urlObject":{"path":["ols-whatsapp-v2","sessions","{{id}}"],"host":["https://ols-whatsapp-v2.ciarus.de"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9392565-0eb5-4f70-9213-e2d2ab2312b6"}],"id":"b4b19c7e-0d69-4d1f-ab4d-9ea9ddc8a777","_postman_id":"b4b19c7e-0d69-4d1f-ab4d-9ea9ddc8a777","description":""},{"name":"Messages","item":[{"name":"send Message Text","id":"ddb3b11a-fc7b-4de3-84dd-c22cad144ba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message\":\"hello\",\r\n    \"jid\":\"receivernumber\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/chats/sendMessageText?id={{id}}","urlObject":{"path":["chats","sendMessageText"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"ddb3b11a-fc7b-4de3-84dd-c22cad144ba5"},{"name":"Send  Bulk Text Message","id":"e18e6d92-0c83-4db0-8fdc-5b860c5d7225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"receiver\": \"receivernumber\",\r\n        \"message\": \"Hi bro, how are you?\"\r\n    },\r\n    {\r\n        \"receiver\": \"2ndreceivernumber\",\r\n        \"message\": \"I'm fine, thank you.\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/chats/send-bulk?id={{id}}","description":"<p>Send text message to multiple person.</p>\n","urlObject":{"path":["chats","send-bulk"],"host":["https://v2.onlinelivesupport.com"],"query":[{"description":{"content":"<p>Your created session id.</p>\n","type":"text/plain"},"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"e18e6d92-0c83-4db0-8fdc-5b860c5d7225"},{"name":"send Image Url","id":"1dc77122-98dd-4176-82b4-d5989b46db21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jid\":\"receivernumber\",\r\n    \"imageUrl\":\"url\",\r\n    \"caption\":\"caption text \\nnext line\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/chats/sendimageURL?id={{id}}","urlObject":{"path":["chats","sendimageURL"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"1dc77122-98dd-4176-82b4-d5989b46db21"},{"name":"send Document Url","id":"7b8e6ac2-0a36-477c-b418-b03141afbb1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"receivernumber\",\r\n    \"documentUrl\":\"url\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/chats/sendDocumentUrl?id={{id}}","urlObject":{"path":["chats","sendDocumentUrl"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"7b8e6ac2-0a36-477c-b418-b03141afbb1c"},{"name":"send Video Url","id":"91a36902-e276-4799-8265-6d17f75c4b87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n      \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"receivernumber\",\r\n    \"videoUrl\":\"url\",\r\n    \"caption\":\"hello caption \\n next line\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/chats/sendVideoUrl?id={{id}}","urlObject":{"path":["chats","sendVideoUrl"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"91a36902-e276-4799-8265-6d17f75c4b87"},{"name":"send Location","id":"dfb04fa1-b5ce-4bcb-bcde-5ca0fd062a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"receivernumber\",\r\n    \"coordinates\":{\r\n        \"lat\": 24.121231,\r\n        \"long\": 55.1121221\r\n    }\r\n\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/chats/sendLocation?id={{id}}","urlObject":{"path":["chats","sendLocation"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"dfb04fa1-b5ce-4bcb-bcde-5ca0fd062a68"},{"name":"send VCard","id":"bf7c2e10-48ad-458f-a35e-d1d772b1b775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"receivernumber\",\r\n    \"fullname\": \"Name\",\r\n    \"organization\": \"Company\",\r\n    \"phoneNumber\":\"receivernumber\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/chats/sendVCard?id={{id}}","urlObject":{"path":["chats","sendVCard"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"bf7c2e10-48ad-458f-a35e-d1d772b1b775"},{"name":"Send ListMessage","id":"ceb88665-25de-45b7-9f3f-1ad867872b2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"receivernumber\",\r\n    \"title\":\"TITLE\",\r\n    \"text\": \"list message\",\r\n    \"footer\":\"footer\",\r\n    \"buttonText\": \"hello\",\r\n    \"sections\": [\r\n      {\r\n        \"title\": \"list\",\r\n        \"rows\": [\r\n          {\r\n            \"title\": \"list 1\",\r\n            \"description\": \"descript 1\",\r\n            \"rowId\": \"1\"\r\n          },\r\n           {\r\n            \"title\": \"list 2\",\r\n            \"description\": \"descript 2\",\r\n            \"rowId\": \"2\"\r\n          }\r\n        ]\r\n      }\r\n    ]}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/chats/sendListMessages?id={{id}}","urlObject":{"path":["chats","sendListMessages"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"ceb88665-25de-45b7-9f3f-1ad867872b2c"},{"name":"Send ButtonMessage","id":"96ba437b-23ce-465d-ad68-d0479940f02f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jid\":\"receivernumber\",\r\n    \"imageUrl\": \"\",\r\n    \"contentText\": \"body text\",\r\n    \"footerText\": \"footer text\",\r\n    \"buttons\": [\r\n      {\r\n        \"buttonId\": \"btn1\",\r\n        \"buttonText\": {\r\n          \"displayText\": \"Yes\"\r\n        },\r\n        \"type\": 1\r\n      },\r\n        {\r\n        \"buttonId\": \"btn2\",\r\n        \"buttonText\": {\r\n          \"displayText\": \"No\"\r\n        },\r\n        \"type\": 1\r\n      }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/chats/sendButtonMessage?id={{id}}","urlObject":{"path":["chats","sendButtonMessage"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"96ba437b-23ce-465d-ad68-d0479940f02f"},{"name":"Send ButtonLinkMessage","id":"9f30c02e-c95c-4f29-b764-41830166c758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jid\": \"receivernumber\",\r\n    \"text\": \"*Congratulations Welcome Journey Test,* \\n\\n*RM30 SIGN-UP REWARD* has been credited \\n\\nWe’re excited to have you with us, let’s get started on your healthcare journey:!\",\r\n    \"footer\": \"Test Team\",\r\n    \"imageUrl\": \"https://online-live-support.com/wp-content/uploads/2023/02/Online-Support-Green-1-300x152.png\",\r\n    \"templateButtons\": [\r\n        {\r\n            \"index\": 1,\r\n            \"urlButton\": {\r\n                \"displayText\": \"COLLECT RM30 CASHBACK\",\r\n                \"url\": \"https://online-live-support.com\"\r\n            }\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/chats/sendTemplateMessages?id={{id}}","urlObject":{"path":["chats","sendTemplateMessages"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"9f30c02e-c95c-4f29-b764-41830166c758"}],"id":"353f39c8-90ca-4b3c-b2af-a64d1047a5a6","_postman_id":"353f39c8-90ca-4b3c-b2af-a64d1047a5a6","description":""},{"name":"Groups","item":[{"name":"Group Messages","item":[{"name":"send Message Text","id":"d153dea4-2afe-4005-8d96-608c098a160f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"groupid\",\r\n    \"message\":\"hello\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/sendMessageText?id={{id}}","urlObject":{"path":["groups","sendMessageText"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"d153dea4-2afe-4005-8d96-608c098a160f"},{"name":"send Image Url","id":"1159dace-4fae-4d44-9b8f-4fad57935ac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"groupid\",\r\n    \"imageUrl\":\"imageurl\",\r\n    \"caption\":\"hello \\nhi\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/sendImageUrl?id={{id}}","urlObject":{"path":["groups","sendImageUrl"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"1159dace-4fae-4d44-9b8f-4fad57935ac7"},{"name":"send Document Url","id":"0c0766ba-5bcc-4d3e-8b48-665cf063bddf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"groupid\",\r\n    \"documentUrl\":\"url\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/sendDocumentUrl?id={{id}}","urlObject":{"path":["groups","sendDocumentUrl"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"0c0766ba-5bcc-4d3e-8b48-665cf063bddf"},{"name":"send Video Url","id":"01ce986f-9006-40f3-a798-960be18c3eb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"groupid\",\r\n    \"videoUrl\":\"url\",\r\n    \"caption\":\"hello \\n hi\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/sendVideoUrl?id={{id}}","urlObject":{"path":["groups","sendVideoUrl"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"01ce986f-9006-40f3-a798-960be18c3eb4"},{"name":"send Location","id":"e7229709-13e2-46f6-9d9c-aae01098062b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"groupid\",\r\n    \"coordinates\":{\r\n        \"lat\": 24.121231,\r\n        \"long\": 55.1121221\r\n    }\r\n\r\n    \r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/sendLocation?id={{id}}","urlObject":{"path":["groups","sendLocation"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"e7229709-13e2-46f6-9d9c-aae01098062b"},{"name":"send VCard","id":"b6681e56-210f-47be-a5f7-2ada638cda9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"groupid\",\r\n    \"fullname\": \"Name\",\r\n    \"organization\": \"Company\",\r\n    \"phoneNumber\":\"receivernumber\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/sendVCard?id={{id}}","urlObject":{"path":["groups","sendVCard"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"b6681e56-210f-47be-a5f7-2ada638cda9a"},{"name":"Send ListMessage","id":"5dc2f6a1-23b0-4788-b14b-6d2f3163ab87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"groupid\",\r\n    \"title\":\"TITLE\",\r\n    \"text\": \"list message\",\r\n    \"footer\":\"footer\",\r\n    \"buttonText\": \"hello\",\r\n    \"sections\": [\r\n      {\r\n        \"title\": \"title list\",\r\n        \"rows\": [\r\n          {\r\n            \"title\": \"list 1\",\r\n            \"description\": \"descript 1\",\r\n            \"rowId\": \"1\"\r\n          },\r\n           {\r\n            \"title\": \"list 2\",\r\n            \"description\": \"descript 2\",\r\n            \"rowId\": \"2\"\r\n          }\r\n        ]\r\n      }\r\n    ]}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/sendListMessages?id={{id}}","urlObject":{"path":["groups","sendListMessages"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"5dc2f6a1-23b0-4788-b14b-6d2f3163ab87"},{"name":"Send ButtonMessage","id":"811415cc-77b2-47cb-b976-e285f2d36976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"groupid\",\r\n    \"contentText\": \"body\",\r\n    \"footerText\": \"footer\",\r\n    \"buttons\": [\r\n      {\r\n        \"buttonId\": \"btn1\",\r\n        \"buttonText\": {\r\n          \"displayText\": \"Yes\"\r\n        },\r\n        \"type\": 1\r\n      },\r\n        {\r\n        \"buttonId\": \"btn2\",\r\n        \"buttonText\": {\r\n          \"displayText\": \"No\"\r\n        },\r\n        \"type\": 1\r\n      }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/sendButtonMessage?id={{id}}","urlObject":{"path":["groups","sendButtonMessage"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"811415cc-77b2-47cb-b976-e285f2d36976"},{"name":"Send ButtonLinkMessage","id":"b21ed1f9-e25b-4558-8f29-3091e7b77a7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"instance_key\": \"{{id}}\",\r\n    \"jid\":\"groupid\",\r\n    \"text\": \"Body ?\",\r\n     \"imageUrl\": \"url\",\r\n     \"footer\":\"Hello World\",\r\n    \"templateButtons\":[\r\n        {\"index\": 1, \"urlButton\": {\"displayText\": \"Google\", \"url\": \"https://google.com\"}},\r\n        {\"index\": 2, \"callButton\": {\"displayText\": \"Call me!\", \"phoneNumber\": \"+1 (234) 5678-901\"}},\r\n        {\"index\": 3, \"quickReplyButton\": {\"displayText\": \"This is a reply, just like normal buttons!\", \"id\": \"id-like-buttons-message\"}}\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/sendTemplateMessages?id={{id}}","urlObject":{"path":["groups","sendTemplateMessages"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"b21ed1f9-e25b-4558-8f29-3091e7b77a7e"}],"id":"7eaefd56-244c-4fa8-a3db-72ef7c65d33a","_postman_id":"7eaefd56-244c-4fa8-a3db-72ef7c65d33a","description":""},{"name":"Group Event","item":[{"name":"List Group","id":"f4bb4405-dbcb-4d8f-b7c2-90e6ee2bd7c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://v2.onlinelivesupport.com/groups?id={{id}}","urlObject":{"path":["groups"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"f4bb4405-dbcb-4d8f-b7c2-90e6ee2bd7c7"},{"name":"Create Grup","id":"8633310a-8832-4508-a1a9-0d2da13af29a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"groupName\": \"Group Testing 2\",\r\n    \"participants\": [\r\n        \"85267039703@s.whatsapp.net\",\r\n        \"601159543635@s.whatsapp.net\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/createGroup?id={{id}}","urlObject":{"path":["groups","createGroup"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"8633310a-8832-4508-a1a9-0d2da13af29a"},{"name":"Info Group","id":"9062c87c-a555-4b23-8455-107a5299848a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\": \"{{id}}\",\r\n    \"jid\": \"groupid\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/infoGroup?id={{id}}","urlObject":{"path":["groups","infoGroup"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"9062c87c-a555-4b23-8455-107a5299848a"},{"name":"List Group Participants","id":"bf82b32e-38ad-4468-bd03-08e7f1ecdfec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\":\"{{id}}\",\r\n    \"jid\": \"groupid\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/listParticipants?id={{id}}","urlObject":{"path":["groups","listParticipants"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"bf82b32e-38ad-4468-bd03-08e7f1ecdfec"},{"name":"Make Admin","id":"ac806596-e2e9-48b8-b94b-d6f98febf5bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\": \"{{id}}\",\r\n    \"jid\": \"groupid\",\r\n    \"participants\": [\r\n        \"receivernumber@s.whatsapp.net\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/makeAdmin?id={{id}}","urlObject":{"path":["groups","makeAdmin"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"ac806596-e2e9-48b8-b94b-d6f98febf5bb"},{"name":"Demote Admin","id":"0faf509b-ec35-4bd8-9bf5-c924f0d2dc24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\": \"{{id}}\",\r\n    \"jid\": \"groupid\",\r\n    \"participants\": [\r\n        \"receivernumber@s.whatsapp.net\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/demoteAdmin?id={{id}}","urlObject":{"path":["groups","demoteAdmin"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"0faf509b-ec35-4bd8-9bf5-c924f0d2dc24"},{"name":"Add Participants","id":"ea7c89f8-8288-4bdd-9763-5d6e840d4017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\": \"{{id}}\",\r\n    \"jid\": \"groupid\",\r\n    \"participants\": [\r\n        \"receivernumber@s.whatsapp.net\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/addParticipants?id={{id}}","urlObject":{"path":["groups","addParticipants"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"ea7c89f8-8288-4bdd-9763-5d6e840d4017"},{"name":"Remove Participants","id":"14922fb1-25ee-4e40-9ba3-1a7bd9eade9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\": \"{{id}}\",\r\n    \"jid\": \"groupid\",\r\n    \"participants\": [\r\n        \"receivernumber@s.whatsapp.net\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/removeParticipants?id={{id}}","urlObject":{"path":["groups","removeParticipants"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"14922fb1-25ee-4e40-9ba3-1a7bd9eade9a"},{"name":"Update Group Name","id":"ff11f295-7877-4d32-9065-9187880ea0e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\": \"{{id}}\",\r\n    \"jid\": \"groupid\",\r\n    \"groupName\": \"Grup Hello 2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/setGroupName?id={{id}}","urlObject":{"path":["groups","setGroupName"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"ff11f295-7877-4d32-9065-9187880ea0e2"},{"name":"Update Description","id":"b7bc1b40-d214-47ec-bc9e-625db71c7907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\": \"{{id}}\",\r\n    \"jid\": \"groupid\",\r\n    \"groupDescription\": \"Information group description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/setGroupDescriptions?id={{id}}","urlObject":{"path":["groups","setGroupDescriptions"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"b7bc1b40-d214-47ec-bc9e-625db71c7907"},{"name":"Settings Update","id":"385a9c09-5192-4dd3-921e-b8e2bfbbc4a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\": \"{{id}}\",\r\n    \"jid\": \"groupid\",\r\n    \"setting\": \"not_announcement\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/groupSettingUpdate?id={{id}}","urlObject":{"path":["groups","groupSettingUpdate"],"host":["https://v2.onlinelivesupport.com"],"query":[{"description":{"content":"<p>Group Settings = announcement = Only Admin Messages , not_announcement = All Messages , locked = Only Admin Edit Group Info, unlocked = All Edit Group Info </p>\n","type":"text/plain"},"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"385a9c09-5192-4dd3-921e-b8e2bfbbc4a9"},{"name":"Invite Code","id":"c39e0ee4-faf6-4c25-9280-9ed395a9aba5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\": \"{{id}}\",\r\n    \"jid\": \"groupid\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/inviteGroup?id={{id}}","urlObject":{"path":["groups","inviteGroup"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"c39e0ee4-faf6-4c25-9280-9ed395a9aba5"},{"name":"Leave Group","id":"1fa1a6ce-7840-42e1-8ae8-47546f5ae429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\": \"{{id}}\",\r\n    \"jid\": \"groupid\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/groups/leaveGroup?id={{id}}","urlObject":{"path":["groups","leaveGroup"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"1fa1a6ce-7840-42e1-8ae8-47546f5ae429"}],"id":"afbb9dc2-28f1-440b-a194-1a7ab8965543","_postman_id":"afbb9dc2-28f1-440b-a194-1a7ab8965543","description":""}],"id":"280dccde-abe9-4b6c-926c-4bcaa92a8d98","_postman_id":"280dccde-abe9-4b6c-926c-4bcaa92a8d98","description":""},{"name":"Tools","item":[{"name":"Check Number","id":"f2b4704b-af80-40b1-ba90-511d6a3b215b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"instance_key\":\"{{id}}\",\r\n    \"jid\":\"receivernumber\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://v2.onlinelivesupport.com/chats/checkNumber?id={{id}}","urlObject":{"path":["chats","checkNumber"],"host":["https://v2.onlinelivesupport.com"],"query":[{"key":"id","value":"{{id}}"}],"variable":[]}},"response":[],"_postman_id":"f2b4704b-af80-40b1-ba90-511d6a3b215b"}],"id":"54bba6d3-feb3-447d-8ae0-be4408e5be0e","_postman_id":"54bba6d3-feb3-447d-8ae0-be4408e5be0e","description":""}],"event":[{"listen":"prerequest","script":{"id":"38cbc000-08a0-4dec-9e9a-aebfedde247a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"738ecb0a-38cb-4b10-a7c9-d67f500f4b55","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://v2.onlinelivesupport.com","type":"string"},{"key":"id","value":"{{id}}","type":"string"},{"key":"receivernumber","value":"receivernumber","type":"string"},{"key":"2ndreceivernumber","value":"2ndreceivernumber","type":"string"},{"key":"groupid","value":"groupid","type":"string"},{"key":"base_url_2","value":"https://ols-whatsapp-v2.ciarus.de","type":"string"}]}