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

# Get appKeys from account

`GET /api/vlm/appkeys`

Gets all application keys from an account.

## Headers

- `Content-Type` string, required

## Response `200`

Success

- Getappkeysfromaccount[] — Array of AppKeys object
  - `id` string, required — ID of application key
  - `appKey` string, required — AppKey (Access Key in the license manager UI)
  - `label` string, required — Label for application key
  - `createdIn` string, date-time, required — Date of creation of application key
  - `isActive` boolean, required — If the application key is active

## Changes

- **2022-01-28** `ca8bd421f133` — 2 warning
  - deleted the `path` request parameter `accountName`
  - deleted the `path` request parameter `environment`
- **2021-11-09** `7a2ee1e98a24` — 1 warning
  - deleted the `path` request parameter `environment`
- **2021-11-01** `2a274b318992` — 1 breaking, 1 warning
  - added the new path request parameter `environment`
  - deleted the `path` request parameter `environment`
- **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`

[Full 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/ca8bd421f133/schema)
