---
title: "List keys"
method: GET
path: "/keys"
tags: ["Keys"]
---

# List keys

`GET /keys`

Gets the list of keys in your custom keychain. You can use the `typeName` query parameter to filter your keys based on their type. Run the [list of key types](./get--keys--types.md) API call to get a list of available key types.

## Query parameters

- `teamId` integer, required
- `typeName` 'aes-key' | 'apikeyauth' | 'apn' | 'basicauth' | 'clientcertauth' | 'eet' | 'gpg-private' | 'gpg-public' | 'webpay'
- `cols[]` string[]

## Response `200`

Successful response

- object
  - `keys` object[]
    - `id` integer
    - `name` string
    - `typeName` string
    - `teamId` integer
    - `packageName` string
    - `theme` string, color

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
