Get balance notification settings
This method allows you to retrieve your notification configuration.
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",
"gsm": "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>
<gsm>41781234567</gsm>
<alert_trigger>700</alert_trigger>
</notification>