SMS Premium API
V1
V1
  • Getting Started
  • Response Code
    • HTTP Status Code
    • Error Messages
    • Error Codes
  • Authentication
  • endpoint
    • Numbers Collection
    • Send SMS OTP
    • SMS Detail / Status
  • Kembali ke OCA API Documentation
Powered by GitBook
On this page
Export as PDF
  1. endpoint

SMS Detail / Status

PreviousSend SMS OTP

Last updated 9 months ago

HTTP Method : GET

Endpoint URL :

Response

Property
Type

sender_id

SString (Phone numbers that get from numbers collection)

receipent_number

String (Destination phone number)

message_body

String (Message body)

msg_id

String

created_at

ISO Date

updated_at

ISO Date

status

String

{
    "sender_id": "Telkom",
    "receipent_number": "+628123xxxxx",
    "message_body": "Message",
    "status": "sent",
    "created_at": "2023-03-01T03:22:58.073Z",
    "updated_at": "2023-03-01T03:22:58.073Z",
    "msg_id": "xxxx0a123d4ref543xxxx"
}

https://mainapi.ocatelkom.co.id/sms/api/v1/otpstatus/(fill_with_msg_id)