Status updates every 1 minute.
Response
Indicates whether the call was successful. “success” if successful, “error” if not.
The total number of objects in your account.
The total size of all objects in your account, in bytes.
The total storage size included on the plan, in bytes.
The extra space used, in bytes.
The total price of storage for all objects in your account, in BRL.
The total price of all objects in your account, in BRL.
The total price of all objects in your account, in BRL.
{
"status": "success",
"response": {
"usage": {
"objects": 0,
"storage": 0
},
"plan": {
"included": 0
},
"billing": {
"extraStorage": 0,
"storagePrice": 0,
"objectsPrice": 0,
"totalEstimate": 0
}
}
}
Troubleshooting
Unauthorized
// Just set the correct API key in the Authorization header.
{
"status": "error",
"code": "ACCESS_DENIED"
}