forked from sms-api/sms-api.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (17 loc) · 1.07 KB
/
index.html
File metadata and controls
28 lines (17 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>REST SMS API</title>
<link rel="stylesheet" href="https://stackedit.io/res-min/themes/base.css" />
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML"></script>
</head>
<body><div class="container"><h1 id="rest-sms-api">REST SMS API</h1>
<p><strong>Welcome to REST SMS API documentation!</strong></p>
<p>Here you will find detailed instructions and comprehensive tutorials to quickly integrate SMS messaging services into your solutions. The HTTP API can be used for sending SMS messages, collecting delivery reports, making Number Context (number validation) requests and receiving inbound SMS messages sent from mobile phones.</p>
<h1 id="technical-documentation">Technical documentation</h1>
<h2 id="online-sms-api-tutorial"><a href="https://messaging-api.readme.io/">Online SMS API tutorial</a></h2>
<h3><a href="smppDocumentation.pdf">SMPP integration manual</a></h3>
</div></body>
</html>