---
title: "/sshkeys/{id}/info"
method: GET
path: "/sshkeys/{id}/info"
---

# /sshkeys/{id}/info

`GET /sshkeys/{id}/info`

Get details for the specified SSH Key in the url.

## Response `200`

Return an SshKey object.

- SshKey
  - `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)
