Receive SMS via HTTP (MO)

Learn how to receive SMS via HTTP requests.

This interface allows your web site to receive messages from any mobile phone. This is known as a Mobile Phone Originated (MO) message. A correctly configured page on your web site must be set up to receive messages of this type.

The process for receiving an SMS message is as follows:

The SMS Gateway sends an HTTP GET request to your application containing the parameters described in section.

Message Parameters MO receive

Your application confirms receiving MO message by responding with the character “0” (zero).

Want to see an Example MO API call? Click here

Last updated