0% found this document useful (0 votes)
116 views1 page

Sms Server Api en PDF

This document describes two HTTP APIs: 1) An SMS API that allows sending SMS messages via a GET or POST request with parameters like username, password, phone number, content, and provider. An example GET request is given. 2) A USSD API that allows sending USSD commands via a GET request with username, password, terminal ID, and USSD message parameters. An example is also provided. Both APIs require authentication with a username and password.

Uploaded by

Sergey Demchuk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
116 views1 page

Sms Server Api en PDF

This document describes two HTTP APIs: 1) An SMS API that allows sending SMS messages via a GET or POST request with parameters like username, password, phone number, content, and provider. An example GET request is given. 2) A USSD API that allows sending USSD commands via a GET request with username, password, terminal ID, and USSD message parameters. An example is also provided. Both APIs require authentication with a username and password.

Uploaded by

Sergey Demchuk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

SMS Server API

1. HTTP api of send sms. English page is http://your_ip/en/dosend.php, can


receive GET or POST
parameters.

parameter:
USERNAME: user name
PASSWORD: user password
smsnum: number will you send to, Multiple numbers separated by ","
Memo: content will you send
smsprovider: (1-10) the provider id which in server.
goipname: name of goip line in server. if you not set goipname, it will send vi
a any channel of this
smsprovider.method: 2

for example:

http://192.168.2.1/goip/en/dosend.php?USERNAME=root&PASSWORD=root
&smsprovider=1&g
oipname=goip1&smsnum=10086&method=2&Memo=hello

orhttp://192.168.2.2/goip/en/dosend.php?USERNAME=root&PASSWORD=ro
ot&smsprovider=1&
goipname=goip1&smsnum=123457,123456&method=2&Memo=hello

2. HTTP api of send USSD:


http://your_ip/goip/en/ussd.php

parameter:
USERNAME: user name
PASSWORD: user password
TERMID: goip ID in server
USSDMSG: USSD cmd

http://192.168.2.2/goip/en/ussd.php?USERNAME=root&PASSWORD=root&T
ERMID=GOIPTAREK1
&USSDMSG=*101%23

You might also like