Set Delivery Notification URL
Set the url to receive delivery notifications (DLR) for sent messages.
/smsdn/set
- token (required)
- did_id (required)
- dn_url
change me
{
"code": 200,
"status": "success",
"data": "Successfully set delivery notification URL"
}
{
"code": 400,
"status": "error",
"data": "Please specify http or https when setting the SMS URL"
}