Skip to main content
GET
/
api
/
account
/
quota
Get Account Quota
curl --request GET \
  --url https://staging.screenshotbee.com/api/account/quota \
  --header 'x-api-key: <x-api-key>'
{
  "success": true,
  "result": {
    "total_quota": 123,
    "quota_used": 123,
    "quota_remaining": 123,
    "plan_name": "<string>"
  }
}

Headers

x-api-key
string
required

The API key associated with the company

Response

Account quota details retrieved successfully

success
boolean

Indicates whether the call was successful. True if successful, false if not.

result
object