Send SMS

HTTP Method : POST

Content_Type : application/json

Endpoint URL : : https://sms.ocatelkom.co.id/api/v1/sms

Request Body:

PropertyType

phone

String (Destination phone number)

message

String (Message body)

{
    "phone": "081255xxxxxx",
    "message": "OCA Message"
}

Response

PropertyType

success

String

msg_uid

String

{
    "status": "sent",
    "msg_uid": "d3a925xxxxxxxxxxxxd2f2d"
}

Last updated