Skip to main content
GET
/
v2
/
vault
/
cache
/
stats
Get organization vault stats
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
}

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

Response

Organization vault stats

totalConnections
number
required
connectionsWithVaultCache
number
required
totalStorageBytes
number
required
totalMediaCount
number
required