---
title: "Get all the info of the license counter"
method: GET
path: "/license/counter"
tags: ["License"]
---

# Get all the info of the license counter

`GET /license/counter`

## Headers

- `Accept-Version` string

## Response `200`

Get an array of every type of license counter

- LicenseCounter[]
  - `CounterType` 'ConcurrentRespondents' | 'Responses' | 'EmailInvitations' | 'Users' | 'Documents' | 'TotalSurveys' | 'ActiveSurveys' | 'CompletedSurveys' | 'FileStorageSpace' | 'MaxQuestions' | 'MaxQuestionVariables' | 'MaxQuestionChoices' | 'MaxQuestionActions' | 'MaxStrata' | 'MaxCaseGenerator' | 'MaxRespondents' | 'MaxSimulatedRespondents' | 'MaxSimulations' | 'Panels' | 'MaxPanelSize' | 'MaxUploadFileSize' | 'MobileOfflineResponses' | 'AutoTranslation' | 'SentimentAnalysis' | 'TextHighlight' | 'ImageHeatMap' | 'ConcurrentAgents' | 'ResponsesTransactionsSyncLimit' | 'AIProbeApiCalls' | 'AIProbeTokensUsed' | 'PhoneCompletedInterviews' — The type of license counter
  - `CounterCategory` 'Unknown' | 'AllSurveys' | 'OnlineSurveys' | 'OfflineSurveys' | 'SurveyObjects' | 'Users' | 'FileStorage' | 'Distributions' | 'SampleAndQuotas' | 'Simulation' | 'Panels' | 'AutoTranslation' | 'SentimentAnalysis' | 'TextHighlight' | 'ImageHeatMap' | 'TelephonySurveys' | 'AscribeIntegration' | 'AIProbing' — Category of license counter
  - `IsLimit` boolean — License counter has been reached
  - `IsGroupedWithLimits` boolean
  - `MaxValue` ValueData
    - `Value` integer — Number of value
    - `IsUnlimited` boolean — Unlimited value
  - `UsedValue` integer — Number of value that has been used
  - `RemainingValue` ValueData
    - `Value` integer — Number of value
    - `IsUnlimited` boolean — Unlimited value
  - `RemainingPercentage` integer — Remaining value in %

## Other responses

- `401` — The request must be authenticated using the Authorization HTTP header
- `404` — No license counter has been found

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
