Set SMS Delivery URL
/sms/delivery/set
- token (required)
- url (required)
Controls the SMS delivery notification URL.
{
"code": 200,
"status": "success",
"data": "Successfully set hook url"
}
{
"code": 400,
"status": "error",
"data": "Missing variable: url"
}