---
title: "List API keys"
method: GET
path: "/groups/{groupId}/apps/{appId}/api_keys"
tags: ["apikeys"]
---

# List API keys

`GET /groups/{groupId}/apps/{appId}/api_keys`

List [API keys](https://www.mongodb.com/docs/atlas/app-services/authentication/api-key)
associated with a Atlas App Services App.

## Response `200`

The API keys were successfully listed.

- object[]
  - `_id` string
  - `name` string
  - `disabled` boolean

---

[API](https://skmtc.net/mongodb/apis/mongodb-atlas-app-services-admin-api.md) · [All operations](https://skmtc.net/mongodb/apis/mongodb-atlas-app-services-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mongodb/mongodb-atlas-app-services-admin-api/revisions/1365ab72bc03/schema)
