GET http://webapi.mymarketing.co.il/api/account/balance
Get email and SMS credit balance.
Request Information
URI Parameters
Body Parameters
None.
Response Information
Resource Description
Name
Description
Type
Additional information
Response Formats
application/json, text/json
Sample:
{
"email": {
"credits": 1,
"percent": 2.1,
"alert_type": "None"
},
"sms": {
"credits": 1,
"percent": 2.1,
"alert_type": "None"
}
}
application/xml, text/xml
Sample:
<ApiAccountinfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Email>
<Credits>1</Credits>
<Percent>2.1</Percent>
<AlertType>None</AlertType>
</Email>
<Sms>
<Credits>1</Credits>
<Percent>2.1</Percent>
<AlertType>None</AlertType>
</Sms>
</ApiAccountinfo>