Get remaining credits
Get remaining credits
GET
https://api.acychecker.com/api/v1/licenses/credits
This endpoint allows you to get the remaining monthly credits for the specified license.
Headers
Name
Type
Description
API-KEY*
string
The API key linked to the license you want to get the remaining credits from
Content-Type*
string
Must be "application/json"
Source*
string
The name of your app, "my app" for example.
{
"message": "",
"credits_used_batch": 335,
"remaining_credits_batch": 665
"credits_used_simple": 11,
"remaining_credits_simple": 39
}
Last updated