Archive
Get Archive Counts
Archived item counts per type
GET
Get Archive Counts
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Archived item counts per type
curl --request GET \
--url https://api.oviond.com/v1/archive/counts \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"clients": 123,
"projects": 123,
"media": 123,
"automations": 123,
"templates": 123,
"total": 123
}
}curl --request GET \
--url https://api.oviond.com/v1/archive/counts \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"clients": 123,
"projects": 123,
"media": 123,
"automations": 123,
"templates": 123,
"total": 123
}
}