cURL
curl --request GET \ --url https://api-next.ofauth.com/v2/vault/cache/stats \ --header 'apiKey: <api-key>'
{ "totalConnections": 123, "connectionsWithVaultCache": 123, "totalStorageBytes": 123, "totalMediaCount": 123 }
Get aggregated vault statistics for the organization
Your OFAuth API key for authenticating requests.
Organization vault stats
Was this page helpful?