{"info":{"name":"open-wa Easy API","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json"},"variable":[{"key":"baseUrl","value":"http://openwa.apolocrm.es/api"}],"item":[{"name":"sendText","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendText","host":["{{baseUrl}}"],"path":["sendText"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"content\": \"<content>\",\n  \"options\": \"<options>\"\n}"},"description":"Sends a text message to a chat"}},{"name":"sendTextWithMentions","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendTextWithMentions","host":["{{baseUrl}}"],"path":["sendTextWithMentions"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"content\": \"<content>\",\n  \"hideTags\": \"<hideTags>\",\n  \"mentions\": \"<mentions>\"\n}"},"description":"Sends a text message that includes @mentions"}},{"name":"sendReplyWithMentions","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendReplyWithMentions","host":["{{baseUrl}}"],"path":["sendReplyWithMentions"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"content\": \"<content>\",\n  \"replyMessageId\": \"<replyMessageId>\",\n  \"hideTags\": \"<hideTags>\",\n  \"mentions\": \"<mentions>\"\n}"},"description":"Sends a reply to a message that includes @mentions"}},{"name":"sendPaymentRequest","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendPaymentRequest","host":["{{baseUrl}}"],"path":["sendPaymentRequest"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"amount\": \"<amount>\",\n  \"currency\": \"<currency>\",\n  \"message\": \"<message>\"\n}"},"description":"Sends a payment request message"}},{"name":"sendImage","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendImage","host":["{{baseUrl}}"],"path":["sendImage"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"imgData\": \"<imgData>\",\n  \"filename\": \"<filename>\",\n  \"caption\": \"<caption>\",\n  \"id\": \"<id>\",\n  \"waitForId\": \"<waitForId>\"\n}"},"description":"Sends an image to a chat"}},{"name":"sendFile","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendFile","host":["{{baseUrl}}"],"path":["sendFile"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"file\": \"<file>\",\n  \"filename\": \"<filename>\",\n  \"caption\": \"<caption>\"\n}"},"description":"Sends a file or document to a chat"}},{"name":"sendAudio","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendAudio","host":["{{baseUrl}}"],"path":["sendAudio"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"file\": \"<file>\",\n  \"filename\": \"<filename>\",\n  \"quotedMsgId\": \"<quotedMsgId>\"\n}"},"description":"Sends an audio file to a chat"}},{"name":"sendPtt","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendPtt","host":["{{baseUrl}}"],"path":["sendPtt"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"file\": \"<file>\",\n  \"quotedMsgId\": \"<quotedMsgId>\"\n}"},"description":"Sends a voice note (push-to-talk) to a chat"}},{"name":"sendVideoAsGif","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendVideoAsGif","host":["{{baseUrl}}"],"path":["sendVideoAsGif"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"file\": \"<file>\",\n  \"filename\": \"<filename>\",\n  \"caption\": \"<caption>\",\n  \"quotedMsgId\": \"<quotedMsgId>\"\n}"},"description":"Sends a video as an animated GIF"}},{"name":"sendLocation","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendLocation","host":["{{baseUrl}}"],"path":["sendLocation"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"lat\": \"<lat>\",\n  \"lng\": \"<lng>\",\n  \"loc\": \"<loc>\",\n  \"address\": \"<address>\",\n  \"url\": \"<url>\"\n}"},"description":"Sends a location to a chat"}},{"name":"sendVCard","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendVCard","host":["{{baseUrl}}"],"path":["sendVCard"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"vcard\": \"<vcard>\",\n  \"contactName\": \"<contactName>\",\n  \"contactNumber\": \"<contactNumber>\"\n}"},"description":"Sends a contact card (vCard)"}},{"name":"sendContact","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendContact","host":["{{baseUrl}}"],"path":["sendContact"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"contactId\": \"<contactId>\"\n}"},"description":"Sends a single contact"}},{"name":"sendMultipleContacts","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendMultipleContacts","host":["{{baseUrl}}"],"path":["sendMultipleContacts"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"contactIds\": \"<contactIds>\"\n}"},"description":"Sends multiple contacts"}},{"name":"sendButtons","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendButtons","host":["{{baseUrl}}"],"path":["sendButtons"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"body\": \"<body>\",\n  \"buttons\": \"<buttons>\",\n  \"title\": \"<title>\",\n  \"footer\": \"<footer>\"\n}"},"description":"Sends a button message (deprecated)"}},{"name":"sendAdvancedButtons","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendAdvancedButtons","host":["{{baseUrl}}"],"path":["sendAdvancedButtons"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"body\": \"<body>\",\n  \"buttons\": \"<buttons>\",\n  \"text\": \"<text>\",\n  \"footer\": \"<footer>\",\n  \"filename\": \"<filename>\"\n}"},"description":"Sends an advanced button message with media (deprecated)"}},{"name":"sendListMessage","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendListMessage","host":["{{baseUrl}}"],"path":["sendListMessage"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"sections\": \"<sections>\",\n  \"title\": \"<title>\",\n  \"description\": \"<description>\",\n  \"actionText\": \"<actionText>\"\n}"},"description":"Sends a list/menu message (deprecated)"}},{"name":"sendPoll","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendPoll","host":["{{baseUrl}}"],"path":["sendPoll"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"name\": \"<name>\",\n  \"options\": \"<options>\",\n  \"selectableCount\": \"<selectableCount>\"\n}"},"description":"Sends a poll message"}},{"name":"sendBanner","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendBanner","host":["{{baseUrl}}"],"path":["sendBanner"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"base64\": \"<base64>\"\n}"},"description":"Sends a banner image"}},{"name":"sendYouTubeLink","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendYouTubeLink","host":["{{baseUrl}}"],"path":["sendYouTubeLink"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"url\": \"<url>\",\n  \"text\": \"<text>\",\n  \"thumbnail\": \"<thumbnail>\",\n  \"quotedMsgId\": \"<quotedMsgId>\",\n  \"customSize\": \"<customSize>\"\n}"},"description":"Sends a YouTube link with auto-generated preview"}},{"name":"sendLinkWithAutoPreview","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendLinkWithAutoPreview","host":["{{baseUrl}}"],"path":["sendLinkWithAutoPreview"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"url\": \"<url>\",\n  \"text\": \"<text>\",\n  \"thumbnail\": \"<thumbnail>\",\n  \"quotedMsgId\": \"<quotedMsgId>\",\n  \"customSize\": \"<customSize>\"\n}"},"description":"Sends a link with auto-generated preview"}},{"name":"sendMessageWithThumb","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendMessageWithThumb","host":["{{baseUrl}}"],"path":["sendMessageWithThumb"]},"body":{"mode":"raw","raw":"{\n  \"thumb\": \"<thumb>\",\n  \"url\": \"<url>\",\n  \"title\": \"<title>\",\n  \"description\": \"<description>\",\n  \"content\": \"<content>\",\n  \"to\": \"<to>\",\n  \"quotedMsgId\": \"<quotedMsgId>\",\n  \"customSize\": \"<customSize>\"\n}"},"description":"Sends a link preview message with custom thumbnail"}},{"name":"forwardMessages","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/forwardMessages","host":["{{baseUrl}}"],"path":["forwardMessages"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"messages\": \"<messages>\",\n  \"skipMyMessages\": \"<skipMyMessages>\"\n}"},"description":"Forwards messages to a chat"}},{"name":"deleteMessage","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/deleteMessage","host":["{{baseUrl}}"],"path":["deleteMessage"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\",\n  \"messageId\": \"<messageId>\",\n  \"onlyLocal\": \"<onlyLocal>\"\n}"},"description":"Deletes a message"}},{"name":"getMessageById","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getMessageById","host":["{{baseUrl}}"],"path":["getMessageById"]},"body":{"mode":"raw","raw":"{\n  \"messageId\": \"<messageId>\"\n}"},"description":"Retrieves a specific message by ID"}},{"name":"getAllMessages","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getAllMessages","host":["{{baseUrl}}"],"path":["getAllMessages"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\",\n  \"includeMe\": \"<includeMe>\",\n  \"includeNotifications\": \"<includeNotifications>\"\n}"},"description":"Retrieves all messages in the session"}},{"name":"getMyLastMessage","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getMyLastMessage","host":["{{baseUrl}}"],"path":["getMyLastMessage"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Get last message sent by host"}},{"name":"getStarredMessages","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getStarredMessages","host":["{{baseUrl}}"],"path":["getStarredMessages"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Get starred messages"}},{"name":"getUnsentMessages","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getUnsentMessages","host":["{{baseUrl}}"],"path":["getUnsentMessages"]},"body":{"mode":"raw","raw":"{}"},"description":"Get unsent/pending messages"}},{"name":"getMessageInfo","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getMessageInfo","host":["{{baseUrl}}"],"path":["getMessageInfo"]},"body":{"mode":"raw","raw":"{\n  \"messageId\": \"<messageId>\"\n}"},"description":"Get message delivery info"}},{"name":"getVCards","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getVCards","host":["{{baseUrl}}"],"path":["getVCards"]},"body":{"mode":"raw","raw":"{\n  \"messageId\": \"<messageId>\"\n}"},"description":"Extract vCards from message"}},{"name":"getMessagesForLLM","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getMessagesForLLM","host":["{{baseUrl}}"],"path":["getMessagesForLLM"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\",\n  \"last\": \"<last>\"\n}"},"description":"Get messages formatted for LLMs"}},{"name":"starMessage","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/starMessage","host":["{{baseUrl}}"],"path":["starMessage"]},"body":{"mode":"raw","raw":"{\n  \"messageId\": \"<messageId>\"\n}"},"description":"Star a message"}},{"name":"unstarMessage","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/unstarMessage","host":["{{baseUrl}}"],"path":["unstarMessage"]},"body":{"mode":"raw","raw":"{\n  \"messageId\": \"<messageId>\"\n}"},"description":"Unstar a message"}},{"name":"react","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/react","host":["{{baseUrl}}"],"path":["react"]},"body":{"mode":"raw","raw":"{\n  \"messageId\": \"<messageId>\",\n  \"emoji\": \"<emoji>\"\n}"},"description":"React to message with emoji"}},{"name":"sendSeen","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendSeen","host":["{{baseUrl}}"],"path":["sendSeen"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Mark message as seen"}},{"name":"loadEarlierMessages","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/loadEarlierMessages","host":["{{baseUrl}}"],"path":["loadEarlierMessages"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\",\n  \"count\": \"<count>\",\n  \"includeMe\": \"<includeMe>\"\n}"},"description":"Loads earlier messages from a chat"}},{"name":"sendFileFromUrl","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/sendFileFromUrl","host":["{{baseUrl}}"],"path":["sendFileFromUrl"]},"body":{"mode":"raw","raw":"{\n  \"to\": \"<to>\",\n  \"url\": \"<url>\",\n  \"filename\": \"<filename>\",\n  \"caption\": \"<caption>\",\n  \"headers\": \"<headers>\"\n}"},"description":"Downloads a file from a URL and sends it to a chat"}},{"name":"getAllChats","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getAllChats","host":["{{baseUrl}}"],"path":["getAllChats"]},"body":{"mode":"raw","raw":"{\n  \"withNewMessagesOnly\": \"<withNewMessagesOnly>\"\n}"},"description":"Retrieves all chats"}},{"name":"getAllChatIds","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getAllChatIds","host":["{{baseUrl}}"],"path":["getAllChatIds"]},"body":{"mode":"raw","raw":"{}"},"description":"Get all chat IDs"}},{"name":"getChat","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getChat","host":["{{baseUrl}}"],"path":["getChat"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Get specific chat by ID"}},{"name":"getChatWithNonContacts","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getChatWithNonContacts","host":["{{baseUrl}}"],"path":["getChatWithNonContacts"]},"body":{"mode":"raw","raw":"{}"},"description":"Get chats with non-contacts"}},{"name":"archiveChat","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/archiveChat","host":["{{baseUrl}}"],"path":["archiveChat"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Archive a chat"}},{"name":"unarchiveChat","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/unarchiveChat","host":["{{baseUrl}}"],"path":["unarchiveChat"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Unarchive a chat"}},{"name":"clearChat","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/clearChat","host":["{{baseUrl}}"],"path":["clearChat"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Clear chat history"}},{"name":"deleteChat","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/deleteChat","host":["{{baseUrl}}"],"path":["deleteChat"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Delete a chat"}},{"name":"pinChat","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/pinChat","host":["{{baseUrl}}"],"path":["pinChat"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Pin a chat"}},{"name":"unpinChat","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/unpinChat","host":["{{baseUrl}}"],"path":["unpinChat"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Unpin a chat"}},{"name":"muteChat","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/muteChat","host":["{{baseUrl}}"],"path":["muteChat"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\",\n  \"muteDuration\": \"<muteDuration>\"\n}"},"description":"Mute a chat"}},{"name":"unmuteChat","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/unmuteChat","host":["{{baseUrl}}"],"path":["unmuteChat"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Unmute a chat"}},{"name":"markAsRead","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/markAsRead","host":["{{baseUrl}}"],"path":["markAsRead"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Mark chat as read"}},{"name":"markAsUnread","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/markAsUnread","host":["{{baseUrl}}"],"path":["markAsUnread"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Mark chat as unread"}},{"name":"setChatEphemeral","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/setChatEphemeral","host":["{{baseUrl}}"],"path":["setChatEphemeral"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\",\n  \"ephemeral\": \"<ephemeral>\"\n}"},"description":"Set ephemeral messages for chat"}},{"name":"isChatOnline","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/isChatOnline","host":["{{baseUrl}}"],"path":["isChatOnline"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Check if chat is online"}},{"name":"getAllContacts","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getAllContacts","host":["{{baseUrl}}"],"path":["getAllContacts"]},"body":{"mode":"raw","raw":"{}"},"description":"Retrieves all contacts"}},{"name":"getContact","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getContact","host":["{{baseUrl}}"],"path":["getContact"]},"body":{"mode":"raw","raw":"{\n  \"contactId\": \"<contactId>\"\n}"},"description":"Get specific contact"}},{"name":"getCommonGroups","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getCommonGroups","host":["{{baseUrl}}"],"path":["getCommonGroups"]},"body":{"mode":"raw","raw":"{\n  \"contactId\": \"<contactId>\"\n}"},"description":"Get common groups with contact"}},{"name":"getNumberProfile","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getNumberProfile","host":["{{baseUrl}}"],"path":["getNumberProfile"]},"body":{"mode":"raw","raw":"{\n  \"contactId\": \"<contactId>\"\n}"},"description":"Get profile of number"}},{"name":"getBlockedIds","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getBlockedIds","host":["{{baseUrl}}"],"path":["getBlockedIds"]},"body":{"mode":"raw","raw":"{}"},"description":"Get blocked contact IDs"}},{"name":"blockContact","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/blockContact","host":["{{baseUrl}}"],"path":["blockContact"]},"body":{"mode":"raw","raw":"{\n  \"contactId\": \"<contactId>\"\n}"},"description":"Block a contact"}},{"name":"unblockContact","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/unblockContact","host":["{{baseUrl}}"],"path":["unblockContact"]},"body":{"mode":"raw","raw":"{\n  \"contactId\": \"<contactId>\"\n}"},"description":"Unblock a contact"}},{"name":"checkReadReceipts","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/checkReadReceipts","host":["{{baseUrl}}"],"path":["checkReadReceipts"]},"body":{"mode":"raw","raw":"{\n  \"contactId\": \"<contactId>\"\n}"},"description":"Check read receipts setting"}},{"name":"checkNumberStatus","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/checkNumberStatus","host":["{{baseUrl}}"],"path":["checkNumberStatus"]},"body":{"mode":"raw","raw":"{\n  \"contactId\": \"<contactId>\"\n}"},"description":"Check if number is on WhatsApp"}},{"name":"getProfilePicture","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getProfilePicture","host":["{{baseUrl}}"],"path":["getProfilePicture"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\"\n}"},"description":"Get profile picture from server"}},{"name":"getGroupMembers","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getGroupMembers","host":["{{baseUrl}}"],"path":["getGroupMembers"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\"\n}"},"description":"Retrieves members of a group"}},{"name":"getAllGroups","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getAllGroups","host":["{{baseUrl}}"],"path":["getAllGroups"]},"body":{"mode":"raw","raw":"{\n  \"withNewMessagesOnly\": \"<withNewMessagesOnly>\"\n}"},"description":"Get all groups"}},{"name":"getGroupMembersId","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getGroupMembersId","host":["{{baseUrl}}"],"path":["getGroupMembersId"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\"\n}"},"description":"Get group member IDs"}},{"name":"getGroupInfo","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getGroupInfo","host":["{{baseUrl}}"],"path":["getGroupInfo"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\"\n}"},"description":"Get group metadata"}},{"name":"getGroupAdmins","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getGroupAdmins","host":["{{baseUrl}}"],"path":["getGroupAdmins"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\"\n}"},"description":"Get group admins"}},{"name":"getKickedGroups","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getKickedGroups","host":["{{baseUrl}}"],"path":["getKickedGroups"]},"body":{"mode":"raw","raw":"{}"},"description":"Get groups where kicked"}},{"name":"getGroupInviteLink","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getGroupInviteLink","host":["{{baseUrl}}"],"path":["getGroupInviteLink"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\"\n}"},"description":"Get group invite link"}},{"name":"createGroup","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/createGroup","host":["{{baseUrl}}"],"path":["createGroup"]},"body":{"mode":"raw","raw":"{\n  \"name\": \"<name>\",\n  \"contacts\": \"<contacts>\"\n}"},"description":"Create new group"}},{"name":"leaveGroup","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/leaveGroup","host":["{{baseUrl}}"],"path":["leaveGroup"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\"\n}"},"description":"Leave a group"}},{"name":"joinGroupViaLink","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/joinGroupViaLink","host":["{{baseUrl}}"],"path":["joinGroupViaLink"]},"body":{"mode":"raw","raw":"{\n  \"link\": \"<link>\",\n  \"returnChatObj\": \"<returnChatObj>\"\n}"},"description":"Join group via invite link"}},{"name":"revokeGroupInviteLink","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/revokeGroupInviteLink","host":["{{baseUrl}}"],"path":["revokeGroupInviteLink"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\"\n}"},"description":"Revoke group invite link"}},{"name":"setGroupTitle","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/setGroupTitle","host":["{{baseUrl}}"],"path":["setGroupTitle"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\",\n  \"title\": \"<title>\"\n}"},"description":"Set group title"}},{"name":"setGroupDescription","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/setGroupDescription","host":["{{baseUrl}}"],"path":["setGroupDescription"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\",\n  \"description\": \"<description>\"\n}"},"description":"Set group description"}},{"name":"setGroupIcon","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/setGroupIcon","host":["{{baseUrl}}"],"path":["setGroupIcon"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\",\n  \"image\": \"<image>\"\n}"},"description":"Set group icon"}},{"name":"setGroupToAdminsOnly","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/setGroupToAdminsOnly","host":["{{baseUrl}}"],"path":["setGroupToAdminsOnly"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\",\n  \"onlyAdmins\": \"<onlyAdmins>\"\n}"},"description":"Restrict group to admins only"}},{"name":"setGroupEditToAdminsOnly","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/setGroupEditToAdminsOnly","host":["{{baseUrl}}"],"path":["setGroupEditToAdminsOnly"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\",\n  \"onlyAdmins\": \"<onlyAdmins>\"\n}"},"description":"Restrict group editing to admins only"}},{"name":"addParticipant","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/addParticipant","host":["{{baseUrl}}"],"path":["addParticipant"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\",\n  \"contactId\": \"<contactId>\"\n}"},"description":"Add participant to group"}},{"name":"removeParticipant","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/removeParticipant","host":["{{baseUrl}}"],"path":["removeParticipant"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\",\n  \"contactId\": \"<contactId>\"\n}"},"description":"Remove participant from group"}},{"name":"promoteParticipant","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/promoteParticipant","host":["{{baseUrl}}"],"path":["promoteParticipant"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\",\n  \"contactId\": \"<contactId>\"\n}"},"description":"Promote participant to admin"}},{"name":"demoteParticipant","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/demoteParticipant","host":["{{baseUrl}}"],"path":["demoteParticipant"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\",\n  \"contactId\": \"<contactId>\"\n}"},"description":"Demote participant from admin"}},{"name":"approveGroupJoinRequest","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/approveGroupJoinRequest","host":["{{baseUrl}}"],"path":["approveGroupJoinRequest"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\",\n  \"contactId\": \"<contactId>\"\n}"},"description":"Approve group join request"}},{"name":"rejectGroupJoinRequest","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/rejectGroupJoinRequest","host":["{{baseUrl}}"],"path":["rejectGroupJoinRequest"]},"body":{"mode":"raw","raw":"{\n  \"groupId\": \"<groupId>\",\n  \"contactId\": \"<contactId>\"\n}"},"description":"Reject group join request"}},{"name":"getAllCommunities","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getAllCommunities","host":["{{baseUrl}}"],"path":["getAllCommunities"]},"body":{"mode":"raw","raw":"{}"},"description":"Get all communities"}},{"name":"getCommunityInfo","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getCommunityInfo","host":["{{baseUrl}}"],"path":["getCommunityInfo"]},"body":{"mode":"raw","raw":"{\n  \"communityId\": \"<communityId>\"\n}"},"description":"Get community metadata"}},{"name":"getCommunityParticipantIds","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getCommunityParticipantIds","host":["{{baseUrl}}"],"path":["getCommunityParticipantIds"]},"body":{"mode":"raw","raw":"{\n  \"communityId\": \"<communityId>\"\n}"},"description":"Get community participant IDs"}},{"name":"getCommunityAdminIds","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getCommunityAdminIds","host":["{{baseUrl}}"],"path":["getCommunityAdminIds"]},"body":{"mode":"raw","raw":"{\n  \"communityId\": \"<communityId>\"\n}"},"description":"Get community admin IDs"}},{"name":"getCommunityParticipants","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getCommunityParticipants","host":["{{baseUrl}}"],"path":["getCommunityParticipants"]},"body":{"mode":"raw","raw":"{\n  \"communityId\": \"<communityId>\"\n}"},"description":"Get community participants"}},{"name":"getCommunityAdmins","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getCommunityAdmins","host":["{{baseUrl}}"],"path":["getCommunityAdmins"]},"body":{"mode":"raw","raw":"{\n  \"communityId\": \"<communityId>\"\n}"},"description":"Get community admins"}},{"name":"postTextStatus","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/postTextStatus","host":["{{baseUrl}}"],"path":["postTextStatus"]},"body":{"mode":"raw","raw":"{\n  \"text\": \"<text>\",\n  \"backgroundColor\": \"<backgroundColor>\",\n  \"font\": \"<font>\"\n}"},"description":"Post text status"}},{"name":"postImageStatus","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/postImageStatus","host":["{{baseUrl}}"],"path":["postImageStatus"]},"body":{"mode":"raw","raw":"{\n  \"image\": \"<image>\",\n  \"caption\": \"<caption>\"\n}"},"description":"Post image status"}},{"name":"postVideoStatus","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/postVideoStatus","host":["{{baseUrl}}"],"path":["postVideoStatus"]},"body":{"mode":"raw","raw":"{\n  \"video\": \"<video>\",\n  \"caption\": \"<caption>\"\n}"},"description":"Post video status"}},{"name":"getStories","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getStories","host":["{{baseUrl}}"],"path":["getStories"]},"body":{"mode":"raw","raw":"{}"},"description":"Get all stories"}},{"name":"getStatus","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getStatus","host":["{{baseUrl}}"],"path":["getStatus"]},"body":{"mode":"raw","raw":"{\n  \"contactId\": \"<contactId>\"\n}"},"description":"Get specific status"}},{"name":"deleteStatus","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/deleteStatus","host":["{{baseUrl}}"],"path":["deleteStatus"]},"body":{"mode":"raw","raw":"{\n  \"statusesToDelete\": \"<statusesToDelete>\"\n}"},"description":"Delete status"}},{"name":"deleteAllStatus","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/deleteAllStatus","host":["{{baseUrl}}"],"path":["deleteAllStatus"]},"body":{"mode":"raw","raw":"{}"},"description":"Delete all statuses"}},{"name":"getAllLabels","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getAllLabels","host":["{{baseUrl}}"],"path":["getAllLabels"]},"body":{"mode":"raw","raw":"{}"},"description":"Get all labels"}},{"name":"getChatsByLabel","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getChatsByLabel","host":["{{baseUrl}}"],"path":["getChatsByLabel"]},"body":{"mode":"raw","raw":"{\n  \"label\": \"<label>\"\n}"},"description":"Get chats by label"}},{"name":"addLabel","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/addLabel","host":["{{baseUrl}}"],"path":["addLabel"]},"body":{"mode":"raw","raw":"{\n  \"label\": \"<label>\",\n  \"chatId\": \"<chatId>\"\n}"},"description":"Add label to chat"}},{"name":"removeLabel","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/removeLabel","host":["{{baseUrl}}"],"path":["removeLabel"]},"body":{"mode":"raw","raw":"{\n  \"label\": \"<label>\",\n  \"chatId\": \"<chatId>\"\n}"},"description":"Remove label from chat"}},{"name":"getBusinessProfile","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getBusinessProfile","host":["{{baseUrl}}"],"path":["getBusinessProfile"]},"body":{"mode":"raw","raw":"{\n  \"contactId\": \"<contactId>\"\n}"},"description":"Get business profile"}},{"name":"getBusinessProducts","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getBusinessProducts","host":["{{baseUrl}}"],"path":["getBusinessProducts"]},"body":{"mode":"raw","raw":"{\n  \"contactId\": \"<contactId>\"\n}"},"description":"Get business products"}},{"name":"getOrder","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getOrder","host":["{{baseUrl}}"],"path":["getOrder"]},"body":{"mode":"raw","raw":"{\n  \"id\": \"<id>\"\n}"},"description":"Get order details"}},{"name":"getMe","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getMe","host":["{{baseUrl}}"],"path":["getMe"]},"body":{"mode":"raw","raw":"{}"},"description":"Get host account info"}},{"name":"getHostNumber","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getHostNumber","host":["{{baseUrl}}"],"path":["getHostNumber"]},"body":{"mode":"raw","raw":"{}"},"description":"Get host phone number"}},{"name":"getConnectionState","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getConnectionState","host":["{{baseUrl}}"],"path":["getConnectionState"]},"body":{"mode":"raw","raw":"{}"},"description":"Get connection state"}},{"name":"getWAVersion","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getWAVersion","host":["{{baseUrl}}"],"path":["getWAVersion"]},"body":{"mode":"raw","raw":"{}"},"description":"Get WhatsApp Web version"}},{"name":"getBatteryLevel","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getBatteryLevel","host":["{{baseUrl}}"],"path":["getBatteryLevel"]},"body":{"mode":"raw","raw":"{}"},"description":"Get phone battery level"}},{"name":"isPlugged","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/isPlugged","host":["{{baseUrl}}"],"path":["isPlugged"]},"body":{"mode":"raw","raw":"{}"},"description":"Check if phone is charging"}},{"name":"getFeatures","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getFeatures","host":["{{baseUrl}}"],"path":["getFeatures"]},"body":{"mode":"raw","raw":"{}"},"description":"Get enabled features"}},{"name":"getLicenseType","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getLicenseType","host":["{{baseUrl}}"],"path":["getLicenseType"]},"body":{"mode":"raw","raw":"{}"},"description":"Get license type"}},{"name":"getUserAgent","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getUserAgent","host":["{{baseUrl}}"],"path":["getUserAgent"]},"body":{"mode":"raw","raw":"{\n  \"userAgent\": \"<userAgent>\"\n}"},"description":"Get user agent"}},{"name":"getProcessStats","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getProcessStats","host":["{{baseUrl}}"],"path":["getProcessStats"]},"body":{"mode":"raw","raw":"{}"},"description":"Get process statistics"}},{"name":"getLoadedMessageCount","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getLoadedMessageCount","host":["{{baseUrl}}"],"path":["getLoadedMessageCount"]},"body":{"mode":"raw","raw":"{}"},"description":"Get loaded message count"}},{"name":"getSnapshot","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/getSnapshot","host":["{{baseUrl}}"],"path":["getSnapshot"]},"body":{"mode":"raw","raw":"{\n  \"chatId\": \"<chatId>\",\n  \"width\": \"<width>\",\n  \"height\": \"<height>\"\n}"},"description":"Take screenshot"}},{"name":"healthCheck","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/healthCheck","host":["{{baseUrl}}"],"path":["healthCheck"]},"body":{"mode":"raw","raw":"{}"},"description":"Health check"}},{"name":"setMyName","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/setMyName","host":["{{baseUrl}}"],"path":["setMyName"]},"body":{"mode":"raw","raw":"{\n  \"name\": \"<name>\"\n}"},"description":"Set host name"}},{"name":"setMyStatus","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/setMyStatus","host":["{{baseUrl}}"],"path":["setMyStatus"]},"body":{"mode":"raw","raw":"{\n  \"statusText\": \"<statusText>\"\n}"},"description":"Set host status"}},{"name":"setProfilePicture","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/setProfilePicture","host":["{{baseUrl}}"],"path":["setProfilePicture"]},"body":{"mode":"raw","raw":"{\n  \"image\": \"<image>\"\n}"},"description":"Set profile picture"}},{"name":"decryptMedia","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/decryptMedia","host":["{{baseUrl}}"],"path":["decryptMedia"]},"body":{"mode":"raw","raw":"{\n  \"message\": \"<message>\"\n}"},"description":"Decrypts media from a message"}},{"name":"downloadMedia","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{baseUrl}}/downloadMedia","host":["{{baseUrl}}"],"path":["downloadMedia"]},"body":{"mode":"raw","raw":"{\n  \"message\": \"<message>\",\n  \"path\": \"<path>\"\n}"},"description":"Downloads and decrypts media from a message to a file"}}]}