{"info":{"_postman_id":"cf825732-d6fd-4c2e-a270-0a9e7d3d4ea8","name":"Webline SMS API","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>Webline SMS API allows you to send and receive SMS messages to and from any country in the world through a REST API. Each message is identified by a unique random ID so that users can always check the status of a message using the given endpoint.</p>\n<p>API Endpoint</p>\n<p><a href=\"https://sms.webline.co.tz/api/v3/sms/send\">https://sms.webline.co.tz/api/v3/sms/send</a></p>\n<h1 id=\"overview\">Overview</h1>\n<p>Things that the developers should know about</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Authorization: When calling our API, send your api token with the authentication type set as Bearer (Example: Authorization: Bearer {api_token})</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>What errors and status codes can a user expect?</p>\n<h1 id=\"response-example\">Response Example</h1>\n<p>{<br>\"status\": \"success\",<br>\"message\": \"Your message was successfully delivered\",<br>\"data\": {<br>\"uid\": \"60c83ff0df88e\",<br>\"to\": \"255753716279\",<br>\"from\": \"YATOSHA.COM\",<br>\"message\": \"Testing\",<br>\"status\": \"Delivered|1623736304\",<br>\"cost\": \"1\"<br>}<br>}</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Response Example","slug":"response-example"}],"owner":"16234601","collectionId":"cf825732-d6fd-4c2e-a270-0a9e7d3d4ea8","publishedId":"TzeUo8up","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"007bff"},"publishDate":"2021-06-15T08:45:40.000Z"},"item":[{"name":"Webline SMS API","id":"525dde26-572b-43fb-aab9-59d7ca245534","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://sms.webline.co.tz/api/v3/sms/send?recipient=255734666100&sender_id=WeblinePay&message=API test","description":"<p>BulKSMS API</p>\n","urlObject":{"protocol":"https","path":["api","v3","sms","send"],"host":["sms","webline","co","tz"],"query":[{"key":"recipient","value":"255734666100"},{"key":"sender_id","value":"WeblinePay"},{"key":"message","value":"API test"}],"variable":[]}},"response":[],"_postman_id":"525dde26-572b-43fb-aab9-59d7ca245534"}]}