Check Credits
Check your SendMode credits balance.
Available HTTP Methods: GET
Parameters
Parameters | Description | Mandatory |
---|---|---|
type | credits | YES |
username | account username | YES |
password | account password | YES |
Example Message URL
https://api.sendmode.com/httppost.aspx?Type=credits&username=xxx&password=yyy
Response
The return object looks like: <api_result> <data> <credits>xxxxx</credits> </data> <call_result> <result>True</result> <error /> </call_result> </api_result> Your current credit value will be displayed between the "credits" tag.