Check Reseller Credit Balance

Returns the current SMS credit balance for the Reseller account.

Example Request:

GET https://rslr.connectbind.com:8443/CreditCheck/checkcredits
  ?username=xxxx
  &password=xxxx

Success Response Format (plain text):

BALANCE:<amount>

Error Response Format (plain text):

AUTHORIZATION FAILED

Returned when the supplied username/password combination is invalid.
This is the only error response confirmed for this endpoint — there's
no numeric error code, just this fixed string.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Reseller account username.

password
required

Reseller account password.

Responses

400

Bad request — one or more required parameters missing.

401

Authentication failure.

500

Internal server error. Contact support if this persists.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain