SMS Regular API Doc
V1
V1
  • Getting Started
  • Response code
    • HTTP Status Codes
    • Error Messages
    • Error Codes
  • Authentication
  • Endpoint
    • Send SMS
    • SMS History
    • SMS Detail / Status
  • Kembali ke OCA API Documentation
Powered by GitBook
On this page
Export as PDF
  1. Endpoint

SMS History

PreviousSend SMSNextSMS Detail / Status

Last updated 9 months ago

HTTP Method : GET

Endpoint URL : :

Response: In Array/List

Property
Type

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
    }
]
https://sms.ocatelkom.co.id/api/v1/sms