{"info":{"_postman_id":"24406c3b-23c5-445c-94ae-1c77a64bd092","name":"+Gate REST API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10217000","collectionId":"24406c3b-23c5-445c-94ae-1c77a64bd092","publishedId":"UzXKXf3S","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-25T03:33:57.000Z"},"item":[{"name":"Single Send","id":"addd6f3c-abb0-46e5-b0f6-d0ccfc8946c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-Secret","type":"text","value":"Secret"}],"body":{"mode":"raw","raw":"{\n    \"sender\": \"SMS Info\",\n    \"to\": \"855123456789\",\n    \"content\": \"Hello from rest API\",\n    \"dlr\": \"yes\",\n    \"dlr_method\": \"GET\",\n    \"dlr_level\": 2,\n    \"dlr_url\": \"http://example.com/callback\"\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudapi.plasgate.com/rest/send?private_key=Private Key","urlObject":{"protocol":"https","path":["rest","send"],"host":["cloudapi","plasgate","com"],"query":[{"key":"private_key","value":"Private Key"}],"variable":[]}},"response":[],"_postman_id":"addd6f3c-abb0-46e5-b0f6-d0ccfc8946c4"},{"name":"Batch Send","id":"2c8cf125-bdec-4420-a68d-0a6e6307966e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"X-Secret","value":"Secret","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"globals\": {\n        \"sender\": \"SMS Info\"\n    },\n    \"messages\": [\n        {\n        \"to\": [\"855123456780\", \"855123456781\"],\n        \"content\": \"Hello from rest API\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://cloudapi.plasgate.com/rest/batch-send?private_key=Private Key","urlObject":{"protocol":"https","path":["rest","batch-send"],"host":["cloudapi","plasgate","com"],"query":[{"key":"private_key","value":"Private Key"}],"variable":[]}},"response":[],"_postman_id":"2c8cf125-bdec-4420-a68d-0a6e6307966e"}]}