---
title: "List SSH signing keys for the authenticated user"
method: GET
path: "/user/ssh_signing_keys"
tags: ["users"]
---

# List SSH signing keys for the authenticated user

`GET /user/ssh_signing_keys`

Lists the SSH signing keys for the authenticated user's GitHub account. You must authenticate with Basic Authentication, or you must authenticate with OAuth with at least `read:ssh_signing_key` scope. For more information, see "[Understanding scopes for OAuth apps](https://docs.github.com/enterprise-server@3.7/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/)."

## 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

## Other responses

- `304` — Not modified
- `401` — Requires authentication
- `403` — Forbidden
- `404` — Resource not found

---

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