English
This documentation provides a comprehensive overview of the GET /v1/stats endpoint of the SquareCloud Blob API.
cURL
curl --request GET \ --url https://blob.squarecloud.app/v1/account/stats
{ "status": "success", "response": { "usage": { "objects": 0, "storage": 0 }, "plan": { "included": 0 }, "billing": { "extraStorage": 0, "storagePrice": 0, "objectsPrice": 0, "totalEstimate": 0 } } }
Show Toggle object
// Just set the correct API key in the Authorization header. { "status": "error", "code": "ACCESS_DENIED" }
Was this page helpful?