---
title: "List SSH signing keys for a user"
method: GET
path: "/users/{username}/ssh_signing_keys"
tags: ["users"]
---

# List SSH signing keys for a user

`GET /users/{username}/ssh_signing_keys`

Lists the SSH signing keys for a user. This operation is accessible by anyone.

## Path parameters

- `username` string, required

## Query parameters

- `per_page` integer
- `page` integer

## Response `200`

Response

- SshSigningKey[]
  - `key` string, required
  - `id` integer, required
  - `title` string, required
  - `created_at` string, date-time, required

---

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