---
title: "/sshkeys"
method: GET
path: "/sshkeys"
---

# /sshkeys

`GET /sshkeys`

Get all SSH Keys for the account.

## Response `200`

Returns an SSHKeysResponse object

- SshKeysResponse
  - `ssh_keys` SshKey[], required
    - `id` string, required — The ID of the SSH Key.
    - `name` string, required — The name of the SSH Key.
    - `public_key` string, required — The public key.
    - `is_default` boolean, required — Indicates the default key.

---

[API](https://skmtc.net/shadeform/apis/shadeform-api.md) · [All operations](https://skmtc.net/shadeform/apis/shadeform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shadeform/shadeform-api/versions/e1750dca8851/schema)
