{"info":{"_postman_id":"5873b3ed-f34d-4a79-a518-572864fc27d4","name":"avlytext.com","description":"<html><head></head><body><p>AvlyText is a Restful API that allows you to send SMS in every country. Visit <a href=\"https://avlytext.com\">https://avlytext.com</a> to create your account.\nEvery request may return http errors:</p>\n<ul>\n<li><code>401 Unauthorized</code> if Authentication failed</li>\n<li><code>402 Payment Required</code> if your balance is insufficient for the requested action</li>\n<li><code>403 Forbidden</code> if you are not allowed to access the requested resource</li>\n<li><code>404 Not Found</code> if the requested resource doesn't exists</li>\n<li><code>422 Unprocessable Entity</code> if the data submitted in body or query string are not properly defined</li>\n</ul>\n<h2 id=\"contacts\">contacts</h2>\n<ul>\n<li>Email: <a href=\"mailto:support@avlytext.com\">support@avlytext.com</a></li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5030929","collectionId":"5873b3ed-f34d-4a79-a518-572864fc27d4","publishedId":"TzRX85Be","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-05-16T15:01:48.000Z"},"item":[{"name":"Send one SMS using POST","id":"770d08df-4a11-470c-abfc-d2a7ef1f419c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sender\": \"MyApp\",\r\n    \"recipient\": \"+237699224477\",\r\n    \"text\": \"This is a test message.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.avlytext.com/v1/sms?api_key={api_key}","urlObject":{"path":["sms"],"host":["https://api.avlytext.com/v1"],"query":[{"key":"api_key","value":"{api_key}"}],"variable":[]}},"response":[{"id":"83031f55-7ab3-40be-ba81-53a5dbb191cb","name":"Send SMS using POST","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"sender\": \"MyApp\",\r\n    \"recipient\": \"+237699224477\",\r\n    \"text\": \"This is a test message.\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.avlytext.com/v1/sms?api_key=dMoSJgddqOQyB1tir3cnk5jm2eDNr0u0jsbgpvZ8Knwd58ZDU1FlSTClJgaZupwr4K00","host":["https://api.avlytext.com/v1"],"path":["sms"],"query":[{"key":"api_key","value":"dMoSJgddqOQyB1tir3cnk5jm2eDNr0u0jsbgpvZ8Knwd58ZDU1FlSTClJgaZupwr4K00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 May 2021 08:10:39 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"68"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"b268b2cc-4807-4506-874e-595a660f3518\",\n    \"cost\": 0.025,\n    \"parts\": 1\n}"}],"_postman_id":"770d08df-4a11-470c-abfc-d2a7ef1f419c"},{"name":"Send one SMS using GET","id":"365e2d60-5e52-457b-af42-7b5952faa474","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.avlytext.com/v1/sms?api_key={api_key}&sender=MyApp&recipient=237699224477&text=This%20is%20test%20message.","urlObject":{"path":["sms"],"host":["https://api.avlytext.com/v1"],"query":[{"key":"api_key","value":"{api_key}"},{"key":"sender","value":"MyApp"},{"key":"recipient","value":"237699224477"},{"key":"text","value":"This%20is%20test%20message."}],"variable":[]}},"response":[{"id":"3895ddb0-3b47-427d-954c-f834bc0c923f","name":"Send SMS using  GET","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.avlytext.com/v1/sms?api_key=dMoSJgddqOQyB1tir3cnk5jm2eDNr0u0jsbgpvZ8Knwd58ZDU1FlSTClJgaZupwr4K00&sender=MyApp&recipient=237699224477&text=This is a test message.","host":["https://api.avlytext.com/v1"],"path":["sms"],"query":[{"key":"api_key","value":"dMoSJgddqOQyB1tir3cnk5jm2eDNr0u0jsbgpvZ8Knwd58ZDU1FlSTClJgaZupwr4K00"},{"key":"sender","value":"MyApp"},{"key":"recipient","value":"237699224477"},{"key":"text","value":"This is a test message."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 May 2021 08:11:55 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"68"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6ee30c02-f53d-4b12-b597-892875d03150\",\n    \"cost\": 0.025,\n    \"parts\": 1\n}"}],"_postman_id":"365e2d60-5e52-457b-af42-7b5952faa474"},{"name":"Send multiple SMS","id":"82f75b1c-6347-46db-bab8-a13982f24b1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sender\": \"MyApp\",\r\n    \"messages\": [\r\n        {\r\n            \"recipient\": \"+237699224477\",\r\n            \"text\": \"This is a test message 1.\"\r\n        },\r\n        {\r\n            \"recipient\": \"+237677332211\",\r\n            \"text\": \"This is a test message 2.\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.avlytext.com/v1/sms/bulk?api_key={api_key}","urlObject":{"path":["sms","bulk"],"host":["https://api.avlytext.com/v1"],"query":[{"key":"api_key","value":"{api_key}"}],"variable":[]}},"response":[{"id":"2be4b8b6-6971-4a3f-8708-7870686b823f","name":"Send multiple SMS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sender\": \"MyApp\",\r\n    \"messages\": [\r\n        {\r\n            \"recipient\": \"+237699224477\",\r\n            \"text\": \"This is a test message 1.\"\r\n        },\r\n        {\r\n            \"recipient\": \"+237677332211\",\r\n            \"text\": \"This is a test message 2.\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.avlytext.com/v1/sms/bulk?api_key=dMoSJgddqOQyB1tir3cnk5jm2eDNr0u0jsbgpvZ8Knwd58ZDU1FlSTClJgaZupwr4K00","host":["https://api.avlytext.com/v1"],"path":["sms","bulk"],"query":[{"key":"api_key","value":"dMoSJgddqOQyB1tir3cnk5jm2eDNr0u0jsbgpvZ8Knwd58ZDU1FlSTClJgaZupwr4K00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 04 Sep 2021 12:46:32 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"249"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"258e784b-1cd3-4b71-bccf-f8ebf21cd207\",\n        \"from\": \"MyApp\",\n        \"to\": \"+237699224477\",\n        \"cost\": 0.022,\n        \"parts\": 1,\n        \"status\": \"pending\"\n    },\n    {\n        \"id\": \"e6908689-6f69-4fce-a23c-fb9692f17b44\",\n        \"from\": \"MyApp\",\n        \"to\": \"+237677332211\",\n        \"cost\": 0.022,\n        \"parts\": 1,\n        \"status\": \"pending\"\n    }\n]"}],"_postman_id":"82f75b1c-6347-46db-bab8-a13982f24b1f"},{"name":"Get SMS Status","id":"8cd808b4-051a-4103-add8-5b1c8af5a987","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.avlytext.com/v1/sms/{sms_id}?api_key={api_key}","urlObject":{"path":["sms","{sms_id}"],"host":["https://api.avlytext.com/v1"],"query":[{"key":"api_key","value":"{api_key}"}],"variable":[]}},"response":[{"id":"4e527e9b-fdb6-45ba-8155-6865ec87328f","name":"Get SMS Status","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.avlytext.com/v1/sms/6ee30c02-f53d-4b12-b597-892875d03150?api_key=dMoSJgddqOQyB1tir3cnk5jm2eDNr0u0jsbgpvZ8Knwd58ZDU1FlSTClJgaZupwr4K00","host":["https://api.avlytext.com/v1"],"path":["sms","6ee30c02-f53d-4b12-b597-892875d03150"],"query":[{"key":"api_key","value":"dMoSJgddqOQyB1tir3cnk5jm2eDNr0u0jsbgpvZ8Knwd58ZDU1FlSTClJgaZupwr4K00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 May 2021 08:13:29 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"87"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"6ee30c02-f53d-4b12-b597-892875d03150\",\n\t\"from\": \"MyApp\",\n\t\"to\": \"+237699224477\",\n    \"cost\": 0.025,\n    \"parts\": 1,\n    \"status\": \"pending\"\n}"}],"_postman_id":"8cd808b4-051a-4103-add8-5b1c8af5a987"},{"name":"Get Balance","id":"d50b8b8a-27ad-44aa-9573-7e23d4a718b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.avlytext.com/v1/account/balance?api_key={api_key}","urlObject":{"path":["account","balance"],"host":["https://api.avlytext.com/v1"],"query":[{"key":"api_key","value":"{api_key}"}],"variable":[]}},"response":[{"id":"e3f939e3-5012-4191-ac6a-c40b63837321","name":"Get Balance","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.avlytext.com/v1/account/balance?api_key=dMoSJgddqOQyB1tir3cnk5jm2eDNr0u0jsbgpvZ8Knwd58ZDU1FlSTClJgaZupwr4K00","host":["https://api.avlytext.com/v1"],"path":["account","balance"],"query":[{"key":"api_key","value":"dMoSJgddqOQyB1tir3cnk5jm2eDNr0u0jsbgpvZ8Knwd58ZDU1FlSTClJgaZupwr4K00"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 May 2021 08:16:30 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"200"},{"key":"X-RateLimit-Remaining","value":"199"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Length","value":"16"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"balance\": 49.9\n}"}],"_postman_id":"d50b8b8a-27ad-44aa-9573-7e23d4a718b9"}],"event":[{"listen":"prerequest","script":{"id":"1ed1cdaa-4728-49c5-8afd-96875517df66","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"34f18927-be01-4a5c-bf82-a5f43218f29f","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":"https://api.avlytext.com/v1"},{"key":"api_key","value":"dMoSJgddqOQyB1tir3cnk5jm2eDNr0u0jsbgpvZ8Knwd58ZDU1FlSTClJgaZupwr4K00"}]}