The Power To Message

Register Now

Get started in minutes - simple, quick & free.

register
get_credits

Returns the number of credits that you have remaining.

URL: http://www.bulksms.co.uk:5567/eapi/user/get_credits/1/1.1

Example: http://www.bulksms.co.uk:5567/eapi/user/get_credits/1/1.1?username=john&password=abcd1234


Parameters

None.


Returns:

status_code|status_description

Possible values for status_code are:

  • 0: No error
  • non-zero: some error status, e.g. 23 (authentication failed)

If status_code==0, status_description will contain the remaining credits for the account (floating point, to 2 decimal places), e.g.:

0|2101.15


Previous versions

Documentation for older versions of this API can be found here.

ChangeLog

13-Apr-2007

  • Added ChangeLog.
  • Changed return format to always have status code (backward-incompatible change; incremented API version to 1.1).