SMS API Documentation

Advanced XML :: Check your credit

Check how many SMS credits you have available.

https://api.mediaburst.co.uk/xml/credit.aspx

Parameters

Username

Your mediaburst API username

Password

Your mediaburst API password

Examples

Successful Request

<?xml version="1.0" encoding="UTF-8"?>
<Credit>
    <Username>username</Username>
    <Password>password</Password>
</Credit>
<?xml version="1.0" encoding="utf-8"?>
<Credit_Resp>
    <Credit>9921</Credit>
</Credit_Resp>

Failed Request

<?xml version="1.0" encoding="UTF-8"?>
<Credit>
    <Username>wrong_username</Username>
    <Password>password</Password>
</Credit>
<?xml version="1.0" encoding="utf-8"?>
<Credit_Resp>
    <ErrNo>2</ErrNo>
    <ErrDesc>Invalid Username Or Password</ErrDesc>
</Credit_Resp>