Balance Requests over API

v1 / v2

Balance Requests over API

Overview

You can use this API call to query the amount of credits you have left on your account.

This is a free request.

Method      GET

Required Parameters

For all balance requests you need to include your KEY and PASSWORD so we can authenticate your request.

Required Parameter

Value

Notes

apikey

The API KEY you want to use

You can find your KEY by navigating to your account settings

password

The Password to go with the API KEY

This is the Password you created when creating an account

Example:

Code Examples

Copy our code examples below to integrate a real time Balance Check into your own code

Code