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 Detail / Status Send Message

PreviousGet History Send Message

Last updated 6 months ago

HTTP Method : GET

Endpoint URL :

Response:

Property
Type

phone_number

String (Destination phone numbers)

message_body

String

created_at

ISO Date

status

String

msg_id

String

total_sms

Number (total sms per 160 characters)

{
    "status": true,
    "data": {
        "application": "xxx7088756827000297dxxxx",
        "phone_number": "+62813xxxxxxx",
        "message_body": "test message",
        "status": "sent",
        "operator_cell": "TELKOMSEL",
        "status_description": "",
        "country": "ID",
        "source": "api",
        "total_sms": 1,
        "created_at":"2024-03-01T03:22:58.073Z", 
        "updated_at": "2024-03-01T03:22:58.073Z",
        "msgid": "xxx961fc19f4aefi54fxxxx"
    }
}
https://webapigw.ocatelkom.co.id/sms/v2/sms/status/{{fill_with_msg_uid}}