---
title: "List SSH Keys"
method: GET
path: "/ssh-keys"
---

# List SSH Keys

`GET /ssh-keys`

List all SSH keys on your account.

## Response `200`

200

- object
  - `keys` object[]
    - `id` string
    - `name` string
    - `fingerprint` string
    - `content` string
    - `created` string

## Other responses

- `400` — 400

---

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