Skip to main content
GET
/
v2
/
vault-plus
/
stats
Get organization vault stats
curl --request GET \
  --url https://api.ofauth.com/v2/vault-plus/stats \
  --header 'apiKey: <api-key>'
{
  "totalConnections": 10,
  "connectionsWithVaultPlus": 8,
  "totalStorageBytes": 123456,
  "totalMediaCount": 42
}

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

Response

Organization-level Vault+ connection, media, and storage totals.

Organization-level Vault+ aggregate stats.

totalConnections
number
required

Number of connections registered for the organization.

Example:

10

connectionsWithVaultPlus
number
required

Number of organization connections with Vault+ enabled.

Example:

8

totalStorageBytes
number
required

Total persistent Vault+ storage bytes across the organization.

Example:

123456

totalMediaCount
number
required

Total internal media variants known to Vault+ across the organization.

Example:

42