Checking your balance
Last updated
Last updated
There are three ways to check your balance, and the easiest one is by taking a look at your Dashboard.
Other than that, you can check your balance programmatically by sending a GET request (or inputing the url in your browser) and providing your API key, for example:
This will show you how much credits you have on your account, and how much messages you have left in all your packages. The packages are clustered by the region.
This can be easily done, but if it is more convenient for you, we have created another option:
GET
https://textflow.me/api/balance
Name | Type | Description |
---|---|---|
Authorization*
The value should be "Bearer YOUR_API_KEY"