Get Usage
You can get your current plan usage by:
GET https://api.screenshotone.com/usage?access_key=<YOUR ACCESS KEY>`
{
"total": 10000,
"available: 950,
"used": 9050
}
total
is the total number of screenshots given in the period of the current billing plan;
available
is the number of available screenshots until the end of the current period;
used
is the number of taken screenshots.