Looking for help?
Check Credits Balance
The balance API can be called using the syntax:
https://api.tpsmydata.co.uk?api_key=[api_key]&balance
For example:
https://api.tpsmydata.co.uk?api_key=abc123abc123abc123&balance
Your api_key can be found under the ‘Your Details’ section in your account.
This will return the remaining credits in your account in json format as follows:
{
"status": "OK",
"data": {
"remaining_credits": "300824"
}
}