Récupérer les paramètres de notification solde
Cette méthode vous permet de récupérer votre configuration de notification.
GET
/notification/balance
Exemples
GET /notification/balance HTTP/1.1
Host: api.smsup.ch
Authorization: Bearer your.token
Accept: application/json
Format de la réponse
{
"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>