Get balance notification settings

GET

/notification/balance

Examples


GET /notification/balance HTTP/1.1
Host: api.smsup.ch
Authorization: Bearer your.token
Accept: application/json
        
      

Result Format


{
    "status": 1,
    "message": "OK",
    "notification": {
        "alert_email": "1",
        "alert_gsm": "1",
        "email": "ano@nyme.com",
        "phone_number": "41781234567",
        "alert_trigger": "700"
    }
}
          
        

<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>1</status>
  <message>OK</message>
  <notification>
    <alert_email>1</alert_email>
    <alert_gsm>1</alert_gsm>
    <email>ano@nyme.com</email>
    <phone_number>41781234567</phone_number>
    <alert_trigger>700</alert_trigger>
  </notification>