SMS History

HTTP Method : GET

Endpoint URL : : https://sms.ocatelkom.co.id/api/v1/sms

Response: In Array/List

PropertyType

phone_number

String (Destination phone number)

message_body

String

created_at

ISO Date

status

String

msg_uid

String

total_sms

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
    }
]

Last updated