---
title: "Get appkeys from account"
method: GET
path: "/api/vlm/appkeys"
tags: ["App Keys"]
---

# Get appkeys from account

`GET /api/vlm/appkeys`

## Path parameters

- `accountName` string, required
- `environment` string, required
- `environment` string, required

## Headers

- `Content-Type` string, required

## Response `200`

- Getappkeysfromaccount[]
  - `id` string, required
  - `appKey` string, required
  - `label` string, required
  - `createdIn` string, required
  - `isActive` boolean, required

## Changes

- **2021-10-28** `e1d08a8a5e44` — 1 breaking, 1 warning
  - added the new path request parameter `environment`
  - deleted the `path` request parameter `environment`
- **2020-09-10** `8cadf54dc60b` — 1 breaking, 1 warning
  - added the new path request parameter `environment`
  - deleted the `path` request parameter `environment`
- **2020-07-28** `542cee6d046e` — 1 breaking, 1 warning
  - added the new path request parameter `environment`
  - deleted the `path` request parameter `environment`

[Change history](https://skmtc.dev/vtex/apis/license-manager-api/changes/api/vlm/appkeys/get.md)

---

[API](https://skmtc.dev/vtex/apis/license-manager-api.md) · [All operations](https://skmtc.dev/vtex/apis/license-manager-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vtex/license-manager-api/revisions/e1d08a8a5e44/schema)
