Gửi tin SMS
API này giúp gửi tin nhắn SMS từ một brandname đã đăng ký
HTTP Request
Example request
curl
-X POST
-H "Content-Type: application/json" -d '{
"phone": "84987654321",
"message": "Nội dung tin nhắn SMS",
"tracking_id": "string"
}' "https://zns.api.gobysend.com/api/sms/send"Example response
English version:
HTTP Request
Example request
Header param
Request body structure
Example response
Data attribute structure
Last updated