SMS Regular API Doc
V2
V2
  • Getting Started
  • Response Code
    • Response Code
    • Error Message
    • Error Codes
  • Authorization
  • endpoint
    • Sending Message
    • Get History Send Message
    • Get Detail / Status Send Message
  • Kembali ke OCA API Documentation
Powered by GitBook
On this page
Export as PDF
  1. endpoint

Get History Send Message

PreviousSending MessageNextGet Detail / Status Send Message

Last updated 9 months ago

HTTP Method : GET

Endpoint URL :

Response List (Array)

Property
Type

phone_number

String (Destination phone number)

message_body

String

created_at

ISO Date

status

String

msg_id

String

total_sms

Number (total sms per 160 characters)

[
    {
        "phone_number": "+6281xxxxxxx",
        "message_body": "test message",
        "status": "send",
        "operator_cell": "TELKOMSEL",
        "status_description": "",
        "aditional_data": null,
        "country": "ID",
        "source": "api",
        "uuid": "xxxx961fc19f4aefi54fxxxx",
        "total_sms": 1,
        "created_at":"2024-03-01T03:22:58.073Z", 
        "updated_at": "2024-03-01T03:22:58.073Z",
        "history_status": [],
        "msgid": "xxxx961fc19f4aefi54fxxxx"
    },
    {
        "phone_number": "+6281xxxxxxx",
        "message_body": "test message",
        "status": "send",
        "operator_cell": "TELKOMSEL",
        "status_description": "",
        "aditional_data": null,
        "country": "ID",
        "source": "api",
        "uuid": "xxxxd31fc19f4aefi54fxxxx",
        "total_sms": 1,
        "created_at":"2024-03-01T03:22:58.073Z", 
        "updated_at": "2024-03-01T03:22:58.073Z",
        "history_status": [],
        "msgid": "xxxxd31fc19f4aefi54fxxxx"
    }
]
https://webapigw.ocatelkom.co.id/sms/v2/sms/history