Get All Live Messages
When successful, a HTTP 200 and JSON like this is returned:
{
"status_code": 0,
"body": [
{
"id": 1,
"text": "Message 1",
"sender_name": null,
"created_at": 1549365553
},
{
"id": 2,
"text": "Message 2",
"sender_name": "Mumble",
"created_at": 1549365562
}
]
}Last updated
Was this helpful?