---
title: "Find My Ssh Keys"
method: GET
path: "/ssh-keys"
tags: ["Support API Key Authentication"]
---

# Find My Ssh Keys

`GET /ssh-keys`

## Response `200`

Successful Response

- SshKey[]
  - `id` string, uuid
  - `created_at` string, date-time
  - `updated_at` string, date-time, nullable
  - `name` string, required
  - `public_key` string, required
  - `user_id` string, uuid, required
  - `is_for_admin` boolean, nullable

---

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