Set Delivery Notification URL

Set the url to receive delivery notifications (DLR) for sent messages.
/smsdn/set

Full Url

Arguments

  • token (required)
  • did_id (required)
  • dn_url

Info

change me

Example Success

{
"code": 200,
"status": "success",
"data": "Successfully set delivery notification URL"
}

Example Error

{
"code": 400,
"status": "error",
"data": "Please specify http or https when setting the SMS URL"
}