{"info":{"_postman_id":"86e5f204-d66c-4c74-8854-1efb9d2cfdc2","name":"ExpressSMS API","description":"<html><head></head><body><p>Welcome to the ExpressSMS API documentation. The ExpressSMS API provides a straightforward way to send SMS messages and check the status of SMS deliveries. Users are required to obtain an API key after registration and approval to access these features. This API is designed to facilitate the integration of SMS messaging into your applications or services. Below are the details of the API endpoints and how to use them.</p>\n<p>Please replace <code>XXXXXXXXXXXXXXXXX</code> with your actual API key when making requests to these endpoints. Ensure that you provide the correct phone number and delivery code as required for the specific endpoint.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16088016","collectionId":"86e5f204-d66c-4c74-8854-1efb9d2cfdc2","publishedId":"2s9YJXbRrf","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"326fa8"},"publishDate":"2023-09-27T07:44:20.000Z"},"item":[{"name":"Send SMS","id":"9a3f8e73-7270-4f54-82bf-a6cc517d9d5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"api_key","value":"xxxxxxxxxxxxxxx","type":"text"},{"key":"message","value":"Sample Test Message","type":"text"},{"key":"phone","value":"07xxxxxxxxx","type":"text"}]},"url":"https://www.expresssms.co.ke/api/sms/send","urlObject":{"protocol":"https","path":["api","sms","send"],"host":["www","expresssms","co","ke"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a3f8e73-7270-4f54-82bf-a6cc517d9d5e"},{"name":"SMS Status","id":"5282120f-8d62-42a3-8774-133f0b1cc7b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"api_key","value":"xxxxxxxxxxx","type":"text"},{"key":"delivery_code","value":"1234","type":"text"}]},"url":"https://www.expresssms.co.ke/api/sms/status","urlObject":{"protocol":"https","path":["api","sms","status"],"host":["www","expresssms","co","ke"],"query":[],"variable":[]}},"response":[],"_postman_id":"5282120f-8d62-42a3-8774-133f0b1cc7b0"}]}