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

PreviousSMS History

Last updated 9 months ago

HTTP Method : GET

Endpoint URL :

Response:

Property
Type

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"
    }
}
https://sms.ocatelkom.co.id/api/v1/sms/status/(fill_with_sms_id)