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.

1string required

Contains sign of currency in Unicode hex code.

2string required

Contains sign of currency in Unicode hex code.

3string required

Contains sign of currency in Unicode hex code.

5string required

Contains sign of currency in Unicode hex code.

10string required

Contains sign of currency in Unicode hex code.

20string required

Contains sign of currency in Unicode hex code.

30string required

Contains sign of currency in Unicode hex code.

50string required

Contains sign of currency in Unicode hex code.

100string required

Contains sign of currency in Unicode hex code.

500string required

Contains sign of currency in Unicode hex code.

1000string required

Contains sign of currency in Unicode hex code.

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"
}