Welcome
We welcome you to the ultimate developers' hub that provides the right tools to integrate messaging API into your applications. The discussions that follow will provide you with comprehensive guidelines on how to send messages through our HTTP REST API.
For applications to communicate with our API, requests will be sent by
submitting data in JSON
or XML
data formats. Responses can also
be received in either JSON
or XML
data formats.
Besides message submissions, the discussions will also cover how to schedule messages, processing message responses, checking of credit balance, etc.
To have a good understanding of the design of our HTTP REST API, we will first be looking at the basics of request and responses as well as the structure of request data. We will begin with a look at Request Basics in the next section.