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

# Get API keys from account

`GET /api/vlm/appkeys`

Retrieves all application keys from an account. 

## Permissions

Any user or [API key](https://developers.vtex.com/docs/guides/api-authentication-using-api-keys) must have at least one of the appropriate [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3) to be able to successfully run this request. Otherwise they will receive a status code `403` error. These are the applicable resources for this endpoint:

| **Product** | **Category** | **Resource** |
| --------------- | ----------------- | ----------------- |
| License Manager | Services access control | **Save user** |

You can [create a custom role](https://help.vtex.com/en/tutorial/roles--7HKK5Uau2H6wxE1rH5oRbc#creating-a-role) with that resource or use one of the following [predefined roles](https://help.vtex.com/en/tutorial/predefined-roles--jGDurZKJHvHJS13LnO7Dy):

| **Role** | **Resource** | 
| --------------- | ----------------- | 
| User Administrator - RESTRICTED | Save user |

>❗ Assigning a [predefined role](https://help.vtex.com/en/tutorial/predefined-roles--jGDurZKJHvHJS13LnO7Dy) to users or application keys usually grants permission to multiple [License Manager resources](https://help.vtex.com/en/tutorial/license-manager-resources--3q6ztrC8YynQf6rdc6euk3). If some of these permissions are not necessary, consider creating a custom role instead. For more information regarding security, see [Best practices for using application keys](https://help.vtex.com/en/tutorial/best-practices-api-keys--7b6nD1VMHa49aI5brlOvJm).

To learn more about machine authentication at VTEX, see [Authentication overview](https://developers.vtex.com/docs/guides/authentication).

## Headers

- `Content-Type` string, required

## Response `200`

Success

- Getappkeysfromaccount[] — Array of AppKeys object
  - `id` string, required — ID of the API key.
  - `appKey` string, required — API key.
  - `label` string, required — Label of the API key.
  - `createdIn` string, date-time, required — Creation date of the API key.
  - `isActive` boolean, required — Defines if the API key is active (`true`) or not (`false`).

## Changes

- **2025-08-28** `c1edc71854fc` — 2 info
  - api tag `API keys` added
  - api tag `App Keys` removed
- **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`

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