Skip to content

Introduction

Message-deck APIs allow you to integrate your system easily with our SMS sending and receiving gateway.

What is an HTTP API

Message-deck SMS HTTP API enables SMS sending and receiving via HTTP Protocol.
REST stands for "Representational State Transfer". Our API exposes a set of URLS, These URLs represent various resources.
REST is an architectural pattern that describes how distributed systems can expose a consistent interface.
When people use the term "REST API", they are generally referring to an API accessed using the HTTP protocol at a predefined set of URLs.

What is an SMPP API

The SMPP (Short Message Peer-to-Peer) protocol is an open, industry standard protocol designed to provide a flexible data communications interface for the transferof short message data between External Short Message Entities (ESME),
Routing Entities (RE) and Message Centres (MC).
It is a means by which applications can send SMS messages to mobile devices and receive SMS from mobile devices.
Message-deck SMS SMPP API enables you to connect your system easily with our
SMS message sending and receiving system via SMPP protocol.

How to start

Please go over the before you begin section.
Once you have completed our API integration with your system, you can begin sending SMS messages and receiving delivery reports automatically.