{"info":{"_postman_id":"779c0030-dc7a-468c-9124-5d3f8bf0ca34","name":"Virtual Mobile Number (VMN)","description":"# Introduction to VMN\nThrough VMN (Virtual Mobile Number) businesses can send outgoing SMS to user. Users can reply to the incoming SMS that is sent through the VMN. This API is used to check the incoming SMS that the user replies to the VMN Inbox.\n\n","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Check VMN Inbox Messages ","id":"6f896ef3-e94a-467f-9870-cb276d1bedb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/{{version}}/?method={{inbox}}&format=xml&api_key={{api_key}}","host":["{{base_url}}"],"path":["{{version}}",""],"query":[{"key":"method","value":"{{inbox}}"},{"key":"format","value":"xml"},{"key":"api_key","value":"{{api_key}}"}]},"description":"# What can you do with this API?\nThrough this API you can check the messages your subscriber send to your VMN inbox. Let's say you want to check the incoming messages that landed in your VMN number, this API is used. You can view a single message or consolidated list of messages between a date range on the application.\n\n# Trigger URL\n> http://xyz.com/receive.php?from={from}&message={message}&ts={ts}\n\n# Prerequisites\n1. API Key\n2. Sender ID\n3. VMN Number\n\n# API Parameters\n|Parameter Name | Description |\n|---------|---------|\n| fromdate | Results starting from date. Date in any format. ex: 2017/01/06 or 06/01/2017 |\n| todate | Results ending to this date. Date in any format. ex: 2017/01/06 or 06/01/2017 |\n| number | VMN Number |\n| keyword | keyword |\n| mobile | Sender number |\n| limit | Number of results per each request. (default 50 items) |\n| Page | Number of the page to get request |\n| format | Specify the output type. type is JSON, PHP, and XML formats |"},"response":[{"id":"d207b9ec-a91e-4480-a5f1-d886a406d0ab","name":"XML","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/{{version}}/?method={{inbox}}&format=xml&api_key={{api_key}}","host":["{{base_url}}"],"path":["{{version}}",""],"query":[{"key":"method","value":"{{inbox}}"},{"key":"format","value":"xml"},{"key":"api_key","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":null,"cookie":[],"responseTime":null,"body":"<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\r\n<api>\r\n    <status>200</status>\r\n    <message>OK</message>\r\n    <data>\r\n        <rows>\r\n        \r\n        <inbox>\r\n                <recipient>9199XXXXXX22</recipient>\r\n                <keyword>invalid</keyword>\r\n                <sender>+AD-TESTME</sender>\r\n                <message>testing</message>\r\n                <operator></operator>\r\n                <circle></circle>\r\n                <response></response>\r\n                <received_time>2018-02-05 16:00:29</received_time>\r\n            </inbox>\r\n        \r\n         </rows>\r\n    </data>\r\n</api>"},{"id":"faa821a8-e7e8-426a-80b0-57565908e685","name":"JSON","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/{{version}}/?method={{inbox}}&format=json&api_key={{api_key}}","host":["{{base_url}}"],"path":["{{version}}",""],"query":[{"key":"method","value":"{{inbox}}"},{"key":"format","value":"json"},{"key":"api_key","value":"{{api_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": \"200\",\r\n  \"message\": \"OK\",\r\n  \"data\": {\r\n    \"rows\": {\r\n      \"inbox\": {\r\n        \"recipient\": \"9199XXXXXX22\",\r\n        \"keyword\": \"<invalid>\",\r\n        \"sender\": \"+AD-TESTME\",\r\n        \"message\": \"testing\",\r\n        \"operator\": [],\r\n        \"circle\": [],\r\n        \"response\": [],\r\n        \"received_time\": \"2018-02-05 16:00:29\"\r\n      }\r\n    }\r\n  }\r\n}"}],"_postman_id":"6f896ef3-e94a-467f-9870-cb276d1bedb4"}]}