Quota API - apviso [APVISO](/)Product

Resources

Developers

Company

[Pricing](/#pricing)[Partners](/partners)[Enterprise](/enterprise)

[Login](/login)[Start free pentest](/register?intent=free-local-pentest)

[Login](/login)[Start free](/register?intent=free-local-pentest)

[Home](/)[Knowledge Base](/docs)[API Reference](/docs/api)QuotaQuota
=====

Check your self-hosted license summary

GET`/v1/quota`

### Get license usage summary

Returns the organization's current subscription tier and self-hosted license details. New real-target pentests are authorized by license state, target visibility, runner health, and runner concurrency.

#### Example Request

bashCopy

```
curl -X GET "https://apviso.com/api/v1/quota" \
  -H "X-API-Key: apvk_your_key_here"
```

#### Response

Returns the current license and compatibility fields. Use the runner readiness endpoint to check whether a specific scan can start.

jsonCopy

```
{
  "tier": "team",
  "source": "self_hosted_license",
  "license": {
    "plan": "team",
    "licenseState": "active",
    "canRegisterRunner": true,
    "canStartSelfHostedScan": true,
    "canScanPrivateTarget": true,
    "runnerLimit": 10,
    "concurrentJobLimit": 10,
    "targetLimit": 25,
    "allowedTargetVisibilities": [
      "public",
      "staging_preview",
      "private_internal",
      "localhost"
    ],
    "allowedUpdateChannel": "stable",
    "supportSla": "priority"
  }
}
```

[Back to API Reference](/docs/api)

[Overview](#overview)[GET /v1/quota](#get-quota)

[APVISO](/)Autonomous AI-powered penetration testing for modern web applications.

Subscribe

[](https://github.com/apviso)[](https://x.com/Apviso_com)[](https://www.linkedin.com/company/apviso/)

[![Featured on Good AI Tools](https://goodaitools.com/assets/images/badge.png)](https://goodaitools.com/ai/apviso)

Product

- [Features](/#features)
- [Pricing](/pricing)
- [Integrations](/integrations)
- [Benchmarks](/#compare)
- [Affiliate Program](/affiliate)
- [Partners](/partners)
- [Enterprise](/enterprise)

Resources

- [Blog](/blog)
- [Use Cases](/use-cases)
- [Glossary](/glossary)
- [Comparisons](/comparisons)
- [Alternatives](/alternatives)
- [Compliance](/compliance)
- [Vulnerabilities](/vulnerabilities)
- [Industries](/industries)
- [OWASP APTS](/trust/apts)

Developers

- [Knowledge Base](/docs)
- [API Reference](/docs/api)
- [MCP Server](/docs/mcp)

Company

- [About](/about)
- [Contact](/contact)
- [Status](https://status.apviso.com)
- [Privacy Policy](/legal/privacy)
- [Terms of Service](/legal/terms)

© 2026 APVISO. All rights reserved.
