cURL
curl --request GET \ --url https://api.example.com/evault/v1/storage_usage/ \ --header 'api-key: <api-key>'
{ "max_storage": "<string>", "storage_unit": "<string>", "percent_used": 123, "percent_remaining": 123, "updated_at": "2023-11-07T05:31:56Z", "used_storage": 123 }
This endpoint returns the storage usage of the current user. The response includes the total storage available and the amount of storage used.