Get Usage Information

GET/v1/usage

Usage may be cached for up to 60 seconds.

This endpoint is primarily used for internal purposes to present data in the dashboard. However, documentation is provided in case you have an external use case for it.

x-api-key<token>

In: header

x-team-id<token>

In: header

Response Body

curl -X GET "https://forms.vexrun.com/v1/usage"
{
  "forms": {
    "current": 0,
    "max": 0
  },
  "submissions": {
    "current": 0,
    "max": 0
  },
  "file_storage": {
    "current": 0,
    "max": 0
  }
}
{
  "message": "string"
}