latestSwagger 2.02026-08-101561322.2 MB
3e4029d19684
User Settings
Returns the list of available balance options which can be used as a bound to determine when to send email to user with low balance notification. See https://my.textmagic.com/online/account/notifications/balance
<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/undefined/getBalanceNotificationOptions" target="_blank">Try in sandbox</a><br>
get/api/v2/user/notification/balance/bundles
Response
Returned when the list of available balance options have been received with success.
Example response
{
"1": "£1.00",
"2": "£2.00",
"3": "£3.00",
"5": "£5.00",
"10": "£10.00",
"20": "£20.00",
"30": "£30.00",
"50": "£50.00",
"100": "£100.00",
"500": "£500.00",
"1000": "£1,000.00"
}