SMS Detail / Status

HTTP Method : GET

Endpoint URL : https://sms.ocatelkom.co.id/api/v1/sms/status/(fill_with_sms_id)

Response:

PropertyType

phone_number

String (Destination phone number)

message_body

String

created_at

ISO Date

status

String

msg_uid

String

application

String

total_sms

Number (total sms per 160 characters)

{
    "status": true,
    "data": {
        "msg_uid": "xxxxxd7yhu9i0098ixxxxx",
        "application": "yhu9i0098ixxxxx",
        "phone_number": "+62812xxxxxxx",
        "message_body": "Hi OCA",
        "status": "sent",
        "total_sms": 1,
        "created_at": "2020-06-4T10:00:00.000Z"
    }
}

Last updated