Send SMS
HTTP Method : POST
Content_Type : application/json
Endpoint URL : : https://sms.ocatelkom.co.id/api/v1/sms
Request Body:
Property
Type
phone
String (Destination phone number) Values : country code + phone number (+6281381475159, 6281381475159)
message
String (Message body)
{
"phone": "081255xxxxxx",
"message": "OCA Message"
}Response:
{
"status": "sent",
"msg_uid": "d3a925xxxxxxxxxxxxd2f2d"
}{
"errors": [
{
"message": [
{
"value": "89694353628",
"msg": "Invalid country code",
"param": "phone_number",
"location": "body"
}
],
"code": "39"
}
]
}Property
Type
success
String
msg_uid
String
Last updated