How to receive Incoming SMS Notification
By registering a callback for your short code a user will be able to get an incoming message notification.
Incoming message Response
[
{
"id": "string",
"timestamp": "datetime",
"phone": "string",
"short_code": "integer",
"message": "string"
}
]