curl --request GET \
--url https://api.ofauth.com/v2/vault-plus/store/status \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <x-connection-id>'{
"connectionId": "<string>",
"totalMedia": 123,
"storedCount": 123,
"pendingCount": 123,
"totalSizeBytes": 123
}Get the current storage status and statistics for a connection
curl --request GET \
--url https://api.ofauth.com/v2/vault-plus/store/status \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <x-connection-id>'{
"connectionId": "<string>",
"totalMedia": 123,
"storedCount": 123,
"pendingCount": 123,
"totalSizeBytes": 123
}1Was this page helpful?