cURL
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>" } }
Retrieves the account quota details for a company associated with a given API key
The API key associated with the company
Account quota details retrieved successfully
Indicates whether the call was successful. True if successful, false if not.
Show child attributes