Get Detail /Status Send Message OTP

HTTP Method : GET

Endpoint URL : https://webapigw.ocatelkom.co.id/sms/v2/otp-status/{{fill_with_msg_uid}}

Response:

PropertyType

sender_id

String (Phone numbers that get from numbers collection)

receipent_number

String (Destination phone numbers)

message_body

String

msg_id

String (message identifier)

created_at

ISO Date

updated_at

ISO Date

status

String

{
    "total_sms": 1,
    "sender_id": "OCA Telkom",
    "receipent_number": "+62813xxxxxxx",
    "status": "submited",
    "country": "ID",
    "created_at":"2024-03-01T03:22:58.073Z", 
    "updated_at": "2024-03-01T03:22:58.073Z",
    "msg_id": "xxx961fc19f4aefi54fxxxx"
    }
}

Last updated