Skip to main content
GET
/
v1
/
account
/
usage
Get Account Usage
curl --request GET \
  --url https://api.oviond.com/v1/account/usage \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "CURRENT_PLAN": {
      "PROJECTS": 15,
      "USERS": "UNLIMITED",
      "PLAN": "<string>",
      "PLAN_ID": "<string>",
      "PRICE": 123,
      "WHITE_LABEL": true,
      "CUSTOM_DOMAIN": true,
      "PDF": true,
      "AUTOMATIONS": true,
      "AGENCY_TOOLS": true,
      "EMAIL_SUPPORT": true,
      "LIVE_SUPPORT": true,
      "ACCOUNT_MANAGER": true
    },
    "USAGE": {
      "PROJECTS": 3,
      "USERS": 2
    }
  }
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Usage data

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