Github API - Test Config

GET /user/ssh_signing_keys/{ssh_signing_key_id}
users

Gets extended details for an SSH signing key. 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."
Get an SSH signing key for the authenticated user

Arguments
key ssh-signing-key-id

ssh-signing-key-id [scalar]

The unique identifier of the SSH signing key.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json ssh-signing-key

ssh-signing-key [object]

A public SSH key used to sign Git commits

Attributes
created_at string

id integer

key string

title string

API:
Github Open API
(version: 1.1.4)
304 not_modified

not_modified [scalar]

Not modified

API:
Github Open API
(version: 1.1.4)
401 requires_authentication

requires_authentication [scalar]

Requires authentication

API:
Github Open API
(version: 1.1.4)
403 forbidden

forbidden [scalar]

Forbidden

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)