Skip to main content
GET
/
v1
/
archive
/
counts
Get Archive Counts
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
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Archived counts per type

success
enum<boolean>
required
Available options:
true
data
object
required