Overview
Receive SMS through a single connection for timely and cost-efficient communication using the 9bits API.
Receive SMS
Example
Here is an example of the SMS that would be delivered to your URL. This example is written in Python.
SMS REST formats and conventions
JSON
JSON (appplication/json) is the content type of both requests and responses unless otherwise specified.
Your response to our POST request should be a valid JSON.
Phone numbers (MSISDN)
MSISDNs (phone numbers) would always be delivered to you in international format.
Phone numbers will be sent with or without a leading +
(for example, +2348020000000 or 2348020000000).
Last updated