SMS Detail / Status

HTTP Method : GET

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

Response

PropertyType

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"
}

Last updated