SMS History
HTTP Method : GET
Endpoint URL : : https://sms.ocatelkom.co.id/api/v1/sms
Response: In Array/List
String (Destination phone number)
Number (total sms per 160 characters)
[
{
"phone_number": "+62812xxxxxxx",
"message_body": "Hi OCA",
"created_at": "2020-05-31T10:00:00.000Z",
"status": "sent",
"msg_uid": "xxxxxd7yhu9i0098ixxxxx",
"total_sms": 1
},
{
"phone_number": "+62812xxxxxxx",
"message_body": "Hi OCA",
"created_at": "2020-06-4T10:00:00.000Z",
"updated_at": "2020-06-4T11:00:00.000Z",
"status": "sent",
"msg_uid": "xxxxxd7yhu9i0098ixxxxx",
"total_sms": 1
}
]