The Wasabi Stats API is a way to programmatically access bucket and utilization data for all accounts. By using the Wasabi Stats API, you can access daily summary utilization as well as daily utilization of all buckets, available at a per-bucket level.
Wasabi Stats API requests: https://stats.wasabisys.com
Note that this link is used when requesting data; there is no application or page to access.
These API calls require access keys. The access keys used must either be Root keys or have associated billing permissions.
Stats API Authentication and Security
For security reasons, the Stats API caller must use HTTPS, as any non-HTTPS calls will be redirected to HTTPS endpoints.
Authentication of Stats API calls will be through the Authorization HTTP header. The caller must use the secret API key provided by Wasabi as the Authorization header value.
The user of the Stats API must keep the API key safe and protected. It is to be used only in trusted server-to-server communications. It MUST NOT be put in any untrusted environments (such as browser-side JavaScript) or otherwise exposed to users or personnel not authorized to use that key.
You can find, generate, and rotate access keys within the Wasabi Console Access Keys feature.
Wasabi Stats API calls require the Wasabi access keys. The access keys used must be Root keys, have associated billing permissions, or have associated stats access permissions. To better control Stats API access, Wasabi provides Stats API policies such as WasabiAccountStatsAccess (full access for root users) and WasabiBucketStatsAccess (limited access for sub-users).