{"info":{"_postman_id":"45dbae8e-59c0-4d35-9c10-6c3fd087b0b2","name":"https://achatty.com/","description":"<html><head></head><body><p>Achatty SMS is a RestApi that help clients to send sms anywhere in the world. It is easy to integrate in application. Most of library clients are available with examples of implementation.</p>\n<p>To start using this service, you need to go to <a href=\"https://achatty.com\">Achatty.com</a> signup for an account and enable an access client. For the rest use the library examples.</p>\n<p>Achatty</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"2104806","collectionId":"45dbae8e-59c0-4d35-9c10-6c3fd087b0b2","publishedId":"UVeGpQcX","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"2ae6f9"},"publishDate":"2022-02-04T07:16:58.000Z"},"item":[{"name":"access","id":"f255a11a-1c24-4bc6-ae3d-944c795ebcde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"55953.kt@gmail.com","description":"<p>The username used to fetch the client id and client password</p>\n","type":"text"},{"key":"password","value":"Password123","description":"<p>The password used to fetch the client id and the password</p>\n","type":"text"},{"key":"grant_type","value":"password","description":"<p>always use that word password</p>\n","type":"text"}]},"url":"https://achatty.com/access","description":"<p>Return an access token to use in subsequent requests</p>\n","urlObject":{"protocol":"https","path":["access"],"host":["achatty","com"],"query":[],"variable":[]}},"response":[{"id":"3edae025-5a5e-4e14-8149-9c5e1e97c682","name":"access","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"scenosk@gmail.com","description":"The username used to fetch the client id and client password","type":"text"},{"key":"password","value":"Password123","description":"The password used to fetch the client id and the password","type":"text"},{"key":"grant_type","value":"password","description":"always use that word password","type":"text"}]},"url":"https://achatty.com/access"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Jan 2022 14:15:42 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/8.0.0"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.0.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"176"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"9730e9e1a16c9067d0121a7fa08a929ce9d1208f\",\n    \"expires_in\": 3600,\n    \"token_type\": \"Bearer\",\n    \"scope\": \"Dorcine\",\n    \"refresh_token\": \"0ec8b82f5131f315c55096efb93edf74ea7e8e92\"\n}"}],"_postman_id":"f255a11a-1c24-4bc6-ae3d-944c795ebcde"},{"name":"https://achatty.com/Sms/send","id":"ebb224f3-c748-42b1-863b-07b2da6c58bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"e_from","value":"4151234568","description":"<p>The number used to setup your access</p>\n","type":"text"},{"key":"e_to","value":"4851235486","description":"<p>The number to send the sms to</p>\n","type":"text"},{"key":"e_text","value":"Hello, the payment you supposed to send is $56","description":"<p>The message text you intend to send</p>\n","type":"text"},{"key":"e_scope","value":"NorthWood","description":"<p>The scope you provided when you requested the access client</p>\n","type":"text"}]},"url":"https://achatty.com/Sms/send","description":"<p>Send the sms to one phone number</p>\n","urlObject":{"protocol":"https","path":["Sms","send"],"host":["achatty","com"],"query":[],"variable":[]}},"response":[{"id":"b9ba38c7-e371-4966-9d30-f8763a770d8e","name":"https://achatty.com/Sms/send","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"e_from","value":"4151234568","description":"The number used to setup your access","type":"text"},{"key":"e_to","value":"4851235486","description":"The number to send the sms to","type":"text"},{"key":"e_text","value":"Hello, the payment you supposed to send is $56","description":"The message text you intend to send","type":"text"},{"key":"e_scope","value":"NorthWood","description":"The scope you provided when you requested the access client","type":"text"}]},"url":"https://achatty.com/Sms/send"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Feb 2022 05:54:01 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/8.0.0"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.0.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"201"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"e_from\": \"4151234568\",\n    \"e_to\": \"4851235486\",\n    \"e_text\": \"Hello, the payment you supposed to send is $56\",\n    \"e_created_time\": 1643867642,\n    \"e_user_id\": null,\n    \"e_scope\": \"NorthWood\",\n    \"e_sent\": \" ID=1870\\n\",\n    \"e_id\": 115\n}"}],"_postman_id":"ebb224f3-c748-42b1-863b-07b2da6c58bb"},{"name":"{{base_url}}/Sms?e_user_id=1","id":"a6ddca3c-ce68-487a-9473-91b17655b148","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://achatty.com/Sms?e_user_id=1","description":"<p>return all sms sent by your client id</p>\n","urlObject":{"protocol":"https","path":["Sms"],"host":["achatty","com"],"query":[{"description":{"content":"<p>The user id of your service</p>\n","type":"text/plain"},"key":"e_user_id","value":"1"}],"variable":[]}},"response":[{"id":"edf3e753-a05b-42e8-9dc3-cd60ccf10968","name":"https://achatty.com/Sms?e_user_id=1","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"https://achatty.com/Sms?e_user_id=1","protocol":"https","host":["achatty","com"],"path":["Sms"],"query":[{"key":"e_user_id","value":"1","description":"The user id of your service"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Jan 2022 14:31:26 GMT"},{"key":"Server","value":"Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/8.0.0"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.0.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"X-API-KEY, Origin, X-Requested-With, Content-Type, Accept, Access-Control-Request-Method, Authorization"},{"key":"Access-Control-Allow-Methods","value":"GET, POST, OPTIONS, PUT, DELETE"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"ci_session=mko8tbvilivji95d8vm90n6cluqmlldp; expires=Sat, 22-Jan-2022 16:31:27 GMT; Max-Age=7200; path=/; HttpOnly; SameSite=Lax"},{"key":"Cache-control","value":"no-store, max-age=0, no-cache"},{"key":"Content-Length","value":"5257"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json; charset=UTF-8"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"e_id\": \"1\",\n        \"e_from\": \"Me\",\n        \"e_to\": \"4177198053\",\n        \"e_text\": \"Second test for pigeon, you have to pass this step\",\n        \"e_created_time\": \"1592418520\",\n        \"e_user_id\": \"1\",\n        \"e_scope\": \"None\",\n        \"e_sent\": \" ID=1171\\n\"\n    },\n    {\n        \"e_id\": \"47\",\n        \"e_from\": \"7754842587\",\n        \"e_to\": \"4177195053\",\n        \"e_text\": \"hey hey hey, scapchat hasn't yet paid its bills\",\n        \"e_created_time\": \"1601506873\",\n        \"e_user_id\": \"1\",\n        \"e_scope\": \"Archtect\",\n        \"e_sent\": \" ID=1399\\n\"\n    },\n    {\n        \"e_id\": \"49\",\n        \"e_from\": \"7754842587\",\n        \"e_to\": \"4177195053\",\n        \"e_text\": \"Fokushima was an accident. it speaded a lot radiation around\",\n        \"e_created_time\": \"1601508881\",\n        \"e_user_id\": \"1\",\n        \"e_scope\": \"none knows\",\n        \"e_sent\": \" ID=1403\\n\"\n    },\n    {\n        \"e_id\": \"50\",\n        \"e_from\": \"7754842587\",\n        \"e_to\": \"4177198053\",\n        \"e_text\": \"None of your business. Facebook has to pay its bills, they are overdue\",\n        \"e_created_time\": \"1601508906\",\n        \"e_user_id\": \"1\",\n        \"e_scope\": \"Debitis architecto d\",\n        \"e_sent\": \" ID=1404\\n\"\n    }\n]"}],"_postman_id":"a6ddca3c-ce68-487a-9473-91b17655b148"}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"variable":[{"id":"ee8de649-b159-422a-b35e-1d52febccc00","key":"baseUrl","value":"http://achatty.com","type":"string"}]}