---
title: "List team subkeys (Business+)"
method: GET
path: "/api/v1/visa/team-keys"
tags: ["Team keys"]
---

# List team subkeys (Business+)

`GET /api/v1/visa/team-keys`

## Response `200`

List of team keys.

- object
  - `team_keys` TeamKey[]
    - `id` integer
    - `api_key` string
    - `name` string
    - `active` boolean
    - `requests_month` integer
    - `requests_total` integer
    - `created_at` string, date-time

## Other responses

- `401` — Missing API key, query param or session cookie.
- `403` — Invalid / inactive key, or plan below the endpoint's minimum tier.

---

[API](https://skmtc.net/orizn/apis/orizn-visa-api.md) · [All operations](https://skmtc.net/orizn/apis/orizn-visa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orizn/orizn-visa-api/revisions/15b21ef9b5b0/schema)
